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 DBClusterOptionGroupStatusDBClusterOptionGroupStatus. clone()DBClusterOptionGroupStatusDBClusterOptionGroupStatus. withDBClusterOptionGroupName(String dBClusterOptionGroupName)Specifies the name of the DB cluster option group.DBClusterOptionGroupStatusDBClusterOptionGroupStatus. 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 DBClusterDBCluster. 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 voidDBCluster. setDBClusterOptionGroupMemberships(Collection<DBClusterOptionGroupStatus> dBClusterOptionGroupMemberships)Provides the list of option group memberships for this DB cluster.DBClusterDBCluster. withDBClusterOptionGroupMemberships(Collection<DBClusterOptionGroupStatus> dBClusterOptionGroupMemberships)Provides the list of option group memberships for this DB cluster.
-