Uses of Class
com.amazonaws.services.rds.model.DBClusterOptionGroupStatus
-
Packages that use DBClusterOptionGroupStatus Package Description com.amazonaws.services.rds.model -
-
Uses of DBClusterOptionGroupStatus in com.amazonaws.services.rds.model
Methods in com.amazonaws.services.rds.model that return DBClusterOptionGroupStatus Modifier and Type Method Description DBClusterOptionGroupStatus
DBClusterOptionGroupStatus. clone()
DBClusterOptionGroupStatus
DBClusterOptionGroupStatus. withDBClusterOptionGroupName(String dBClusterOptionGroupName)
Specifies the name of the DB cluster option group.DBClusterOptionGroupStatus
DBClusterOptionGroupStatus. withStatus(String status)
Specifies the status of the DB cluster option group.Methods in com.amazonaws.services.rds.model that return types with arguments of type DBClusterOptionGroupStatus Modifier and Type Method Description List<DBClusterOptionGroupStatus>
DBCluster. getDBClusterOptionGroupMemberships()
Provides the list of option group memberships for this DB cluster.Methods in com.amazonaws.services.rds.model with parameters of type DBClusterOptionGroupStatus Modifier and Type Method Description DBCluster
DBCluster. withDBClusterOptionGroupMemberships(DBClusterOptionGroupStatus... dBClusterOptionGroupMemberships)
Provides the list of option group memberships for this DB cluster.Method parameters in com.amazonaws.services.rds.model with type arguments of type DBClusterOptionGroupStatus Modifier and Type Method Description void
DBCluster. setDBClusterOptionGroupMemberships(Collection<DBClusterOptionGroupStatus> dBClusterOptionGroupMemberships)
Provides the list of option group memberships for this DB cluster.DBCluster
DBCluster. withDBClusterOptionGroupMemberships(Collection<DBClusterOptionGroupStatus> dBClusterOptionGroupMemberships)
Provides the list of option group memberships for this DB cluster.
-