|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PendingModifiedValues | |
---|---|
com.amazonaws.services.elasticache.model | Classes modeling the various types represented by AmazonElastiCache. |
Uses of PendingModifiedValues in com.amazonaws.services.elasticache.model |
---|
Methods in com.amazonaws.services.elasticache.model that return PendingModifiedValues | |
---|---|
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. |
Methods in com.amazonaws.services.elasticache.model with parameters of type PendingModifiedValues | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |