| Package | Description | 
|---|---|
| com.amazonaws.services.elasticache.model | 
 Classes modeling the various types represented by AmazonElastiCache. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
PendingModifiedValues | 
CacheCluster.getPendingModifiedValues()
A group of settings that will be applied to the cache cluster in the
 future, or that are currently being applied. 
 | 
PendingModifiedValues | 
PendingModifiedValues.withCacheNodeIdsToRemove(Collection<String> cacheNodeIdsToRemove)
A list of cache node IDs that are being removed (or will be removed)
 from the cache cluster. 
 | 
PendingModifiedValues | 
PendingModifiedValues.withCacheNodeIdsToRemove(String... cacheNodeIdsToRemove)
A list of cache node IDs that are being removed (or will be removed)
 from the cache cluster. 
 | 
PendingModifiedValues | 
PendingModifiedValues.withEngineVersion(String engineVersion)
The new cache engine version that the cache cluster will run. 
 | 
PendingModifiedValues | 
PendingModifiedValues.withNumCacheNodes(Integer numCacheNodes)
The new number of cache nodes for the cache cluster. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
CacheCluster.setPendingModifiedValues(PendingModifiedValues pendingModifiedValues)
A group of settings that will be applied to the cache cluster in the
 future, or that are currently being applied. 
 | 
CacheCluster | 
CacheCluster.withPendingModifiedValues(PendingModifiedValues pendingModifiedValues)
A group of settings that will be applied to the cache cluster in the
 future, or that are currently being applied. 
 | 
Copyright © 2014. All rights reserved.