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 DBClusterMember
DBClusterMember. clone()
DBClusterMember
DBClusterMember. withDBClusterParameterGroupStatus(String dBClusterParameterGroupStatus)
Specifies the status of the DB cluster parameter group for this member of the DB cluster.DBClusterMember
DBClusterMember. withDBInstanceIdentifier(String dBInstanceIdentifier)
Specifies the instance identifier for this member of the DB cluster.DBClusterMember
DBClusterMember. withIsClusterWriter(Boolean isClusterWriter)
Value that istrue
if the cluster member is the primary instance for the DB cluster andfalse
otherwise.DBClusterMember
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 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 DBCluster
DBCluster. 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 void
DBCluster. setDBClusterMembers(Collection<DBClusterMember> dBClusterMembers)
Provides the list of instances that make up the DB cluster.DBCluster
DBCluster. withDBClusterMembers(Collection<DBClusterMember> dBClusterMembers)
Provides the list of instances that make up the DB cluster.
-