Uses of Class
com.amazonaws.services.rds.model.DBClusterOptionGroupStatus
Packages that use DBClusterOptionGroupStatus
-
Uses of DBClusterOptionGroupStatus in com.amazonaws.services.rds.model
Methods in com.amazonaws.services.rds.model that return DBClusterOptionGroupStatusModifier and TypeMethodDescriptionDBClusterOptionGroupStatus.clone()
DBClusterOptionGroupStatus.withDBClusterOptionGroupName
(String dBClusterOptionGroupName) Specifies the name of the DB cluster option group.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 DBClusterOptionGroupStatusModifier and TypeMethodDescriptionDBCluster.getDBClusterOptionGroupMemberships()
Provides the list of option group memberships for this DB cluster.Methods in com.amazonaws.services.rds.model with parameters of type DBClusterOptionGroupStatusModifier and TypeMethodDescriptionDBCluster.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 DBClusterOptionGroupStatusModifier and TypeMethodDescriptionvoid
DBCluster.setDBClusterOptionGroupMemberships
(Collection<DBClusterOptionGroupStatus> dBClusterOptionGroupMemberships) Provides the list of option group memberships for this DB cluster.DBCluster.withDBClusterOptionGroupMemberships
(Collection<DBClusterOptionGroupStatus> dBClusterOptionGroupMemberships) Provides the list of option group memberships for this DB cluster.