Uses of Class
com.amazonaws.services.rds.model.DBClusterMember
-
Packages that use DBClusterMember Package Description com.amazonaws.services.rds.model -
-
Uses of DBClusterMember in com.amazonaws.services.rds.model
Methods in com.amazonaws.services.rds.model that return DBClusterMember Modifier and Type Method Description DBClusterMemberDBClusterMember. clone()DBClusterMemberDBClusterMember. withDBClusterParameterGroupStatus(String dBClusterParameterGroupStatus)Specifies the status of the DB cluster parameter group for this member of the DB cluster.DBClusterMemberDBClusterMember. withDBInstanceIdentifier(String dBInstanceIdentifier)Specifies the instance identifier for this member of the DB cluster.DBClusterMemberDBClusterMember. withIsClusterWriter(Boolean isClusterWriter)Value that istrueif the cluster member is the primary instance for the DB cluster andfalseotherwise.DBClusterMemberDBClusterMember. withPromotionTier(Integer promotionTier)A value that specifies the order in which an Aurora Replica is promoted to the primary instance after a failure of the existing primary instance.Methods in com.amazonaws.services.rds.model that return types with arguments of type DBClusterMember Modifier and Type Method Description List<DBClusterMember>DBCluster. getDBClusterMembers()Provides the list of instances that make up the DB cluster.Methods in com.amazonaws.services.rds.model with parameters of type DBClusterMember Modifier and Type Method Description DBClusterDBCluster. withDBClusterMembers(DBClusterMember... dBClusterMembers)Provides the list of instances that make up the DB cluster.Method parameters in com.amazonaws.services.rds.model with type arguments of type DBClusterMember Modifier and Type Method Description voidDBCluster. setDBClusterMembers(Collection<DBClusterMember> dBClusterMembers)Provides the list of instances that make up the DB cluster.DBClusterDBCluster. withDBClusterMembers(Collection<DBClusterMember> dBClusterMembers)Provides the list of instances that make up the DB cluster.
-