Uses of Class
com.amazonaws.services.elasticache.model.ReplicationGroupPendingModifiedValues
Packages that use ReplicationGroupPendingModifiedValues
-
Uses of ReplicationGroupPendingModifiedValues in com.amazonaws.services.elasticache.model
Methods in com.amazonaws.services.elasticache.model that return ReplicationGroupPendingModifiedValuesModifier and TypeMethodDescriptionReplicationGroupPendingModifiedValues.clone()
ReplicationGroup.getPendingModifiedValues()
A group of settings to be applied to the replication group, either immediately or during the next maintenance window.ReplicationGroupPendingModifiedValues.withAutomaticFailoverStatus
(PendingAutomaticFailoverStatus automaticFailoverStatus) Indicates the status of Multi-AZ for this replication group.ReplicationGroupPendingModifiedValues.withAutomaticFailoverStatus
(String automaticFailoverStatus) Indicates the status of Multi-AZ for this replication group.ReplicationGroupPendingModifiedValues.withPrimaryClusterId
(String primaryClusterId) The primary cluster ID which will be applied immediately (if--apply-immediately
was specified), or during the next maintenance window.Methods in com.amazonaws.services.elasticache.model with parameters of type ReplicationGroupPendingModifiedValuesModifier and TypeMethodDescriptionvoid
ReplicationGroup.setPendingModifiedValues
(ReplicationGroupPendingModifiedValues pendingModifiedValues) A group of settings to be applied to the replication group, either immediately or during the next maintenance window.ReplicationGroup.withPendingModifiedValues
(ReplicationGroupPendingModifiedValues pendingModifiedValues) A group of settings to be applied to the replication group, either immediately or during the next maintenance window.