Uses of Class
com.amazonaws.services.rds.model.DBClusterMember
Packages that use DBClusterMember
-
Uses of DBClusterMember in com.amazonaws.services.rds.model
Methods in com.amazonaws.services.rds.model that return DBClusterMemberModifier and TypeMethodDescriptionDBClusterMember.clone()DBClusterMember.withDBClusterParameterGroupStatus(String dBClusterParameterGroupStatus) Specifies the status of the DB cluster parameter group for this member of the DB cluster.DBClusterMember.withDBInstanceIdentifier(String dBInstanceIdentifier) Specifies the instance identifier for this member of the DB cluster.DBClusterMember.withIsClusterWriter(Boolean isClusterWriter) Value that istrueif the cluster member is the primary instance for the DB cluster andfalseotherwise.DBClusterMember.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 DBClusterMemberModifier and TypeMethodDescriptionDBCluster.getDBClusterMembers()Provides the list of instances that make up the DB cluster.Methods in com.amazonaws.services.rds.model with parameters of type DBClusterMemberModifier and TypeMethodDescriptionDBCluster.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 DBClusterMemberModifier and TypeMethodDescriptionvoidDBCluster.setDBClusterMembers(Collection<DBClusterMember> dBClusterMembers) Provides the list of instances that make up the DB cluster.DBCluster.withDBClusterMembers(Collection<DBClusterMember> dBClusterMembers) Provides the list of instances that make up the DB cluster.