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-immediatelywas specified), or during the next maintenance window.Methods in com.amazonaws.services.elasticache.model with parameters of type ReplicationGroupPendingModifiedValuesModifier and TypeMethodDescriptionvoidReplicationGroup.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.