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 ReplicationGroupPendingModifiedValuesReplicationGroupPendingModifiedValues. clone()ReplicationGroupPendingModifiedValuesReplicationGroup. getPendingModifiedValues()A group of settings to be applied to the replication group, either immediately or during the next maintenance window.ReplicationGroupPendingModifiedValuesReplicationGroupPendingModifiedValues. withAutomaticFailoverStatus(PendingAutomaticFailoverStatus automaticFailoverStatus)Indicates the status of Multi-AZ for this replication group.ReplicationGroupPendingModifiedValuesReplicationGroupPendingModifiedValues. withAutomaticFailoverStatus(String automaticFailoverStatus)Indicates the status of Multi-AZ for this replication group.ReplicationGroupPendingModifiedValuesReplicationGroupPendingModifiedValues. 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 ReplicationGroupPendingModifiedValues Modifier and Type Method Description voidReplicationGroup. setPendingModifiedValues(ReplicationGroupPendingModifiedValues pendingModifiedValues)A group of settings to be applied to the replication group, either immediately or during the next maintenance window.ReplicationGroupReplicationGroup. withPendingModifiedValues(ReplicationGroupPendingModifiedValues pendingModifiedValues)A group of settings to be applied to the replication group, either immediately or during the next maintenance window.
-