Uses of Class
com.amazonaws.services.elasticache.model.ReplicationGroupPendingModifiedValues
-
Packages that use ReplicationGroupPendingModifiedValues Package Description com.amazonaws.services.elasticache.model -
-
Uses of ReplicationGroupPendingModifiedValues in com.amazonaws.services.elasticache.model
Methods in com.amazonaws.services.elasticache.model that return ReplicationGroupPendingModifiedValues Modifier and Type Method Description ReplicationGroupPendingModifiedValues
ReplicationGroupPendingModifiedValues. clone()
ReplicationGroupPendingModifiedValues
ReplicationGroup. getPendingModifiedValues()
A group of settings to be applied to the replication group, either immediately or during the next maintenance window.ReplicationGroupPendingModifiedValues
ReplicationGroupPendingModifiedValues. withAutomaticFailoverStatus(PendingAutomaticFailoverStatus automaticFailoverStatus)
Indicates the status of Multi-AZ for this replication group.ReplicationGroupPendingModifiedValues
ReplicationGroupPendingModifiedValues. withAutomaticFailoverStatus(String automaticFailoverStatus)
Indicates the status of Multi-AZ for this replication group.ReplicationGroupPendingModifiedValues
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 ReplicationGroupPendingModifiedValues Modifier and Type Method Description void
ReplicationGroup. setPendingModifiedValues(ReplicationGroupPendingModifiedValues pendingModifiedValues)
A group of settings to be applied to the replication group, either immediately or during the next maintenance window.ReplicationGroup
ReplicationGroup. withPendingModifiedValues(ReplicationGroupPendingModifiedValues pendingModifiedValues)
A group of settings to be applied to the replication group, either immediately or during the next maintenance window.
-