Uses of Class
com.amazonaws.services.elasticache.model.PendingModifiedValues
Packages that use PendingModifiedValues
-
Uses of PendingModifiedValues in com.amazonaws.services.elasticache.model
Methods in com.amazonaws.services.elasticache.model that return PendingModifiedValuesModifier and TypeMethodDescriptionPendingModifiedValues.clone()
CacheCluster.getPendingModifiedValues()
PendingModifiedValues.withCacheNodeIdsToRemove
(String... cacheNodeIdsToRemove) A list of cache node IDs that are being removed (or will be removed) from the cache cluster.PendingModifiedValues.withCacheNodeIdsToRemove
(Collection<String> cacheNodeIdsToRemove) A list of cache node IDs that are being removed (or will be removed) from the cache cluster.PendingModifiedValues.withCacheNodeType
(String cacheNodeType) The cache node type that this cache cluster or replication group will be scaled to.PendingModifiedValues.withEngineVersion
(String engineVersion) The new cache engine version that the cache cluster will run.PendingModifiedValues.withNumCacheNodes
(Integer numCacheNodes) The new number of cache nodes for the cache cluster.Methods in com.amazonaws.services.elasticache.model with parameters of type PendingModifiedValuesModifier and TypeMethodDescriptionvoid
CacheCluster.setPendingModifiedValues
(PendingModifiedValues pendingModifiedValues) CacheCluster.withPendingModifiedValues
(PendingModifiedValues pendingModifiedValues)