Uses of Class
software.amazon.awssdk.services.elasticache.model.ReplicationGroupPendingModifiedValues
-
Packages that use ReplicationGroupPendingModifiedValues Package Description software.amazon.awssdk.services.elasticache.model -
-
Uses of ReplicationGroupPendingModifiedValues in software.amazon.awssdk.services.elasticache.model
Methods in software.amazon.awssdk.services.elasticache.model that return ReplicationGroupPendingModifiedValues Modifier and Type Method Description ReplicationGroupPendingModifiedValuesReplicationGroup. pendingModifiedValues()A group of settings to be applied to the replication group, either immediately or during the next maintenance window.Methods in software.amazon.awssdk.services.elasticache.model with parameters of type ReplicationGroupPendingModifiedValues Modifier and Type Method Description ReplicationGroup.BuilderReplicationGroup.Builder. pendingModifiedValues(ReplicationGroupPendingModifiedValues pendingModifiedValues)A group of settings to be applied to the replication group, either immediately or during the next maintenance window.
-