Uses of Class
com.amazonaws.services.elasticache.model.ReplicationGroupPendingModifiedValues

Packages that use ReplicationGroupPendingModifiedValues
com.amazonaws.services.elasticache.model Classes modeling the various types represented by AmazonElastiCache. 
 

Uses of ReplicationGroupPendingModifiedValues in com.amazonaws.services.elasticache.model
 

Methods in com.amazonaws.services.elasticache.model that return ReplicationGroupPendingModifiedValues
 ReplicationGroupPendingModifiedValues ReplicationGroup.getPendingModifiedValues()
          A group of settings to be applied to the replication group, either immediately or during the next maintenance window.
 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
 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.
 



Copyright © 2016. All rights reserved.