Package | Description |
---|---|
com.amazonaws.services.elasticache.model |
Classes modeling the various types represented by AmazonElastiCache.
|
Modifier and Type | Method and Description |
---|---|
CacheParameterGroupStatus |
CacheCluster.getCacheParameterGroup()
The status of the cache parameter group.
|
CacheParameterGroupStatus |
CacheParameterGroupStatus.withCacheNodeIdsToReboot(Collection<String> cacheNodeIdsToReboot)
A list of the cache node IDs which need to be rebooted for parameter
changes to be applied.
|
CacheParameterGroupStatus |
CacheParameterGroupStatus.withCacheNodeIdsToReboot(String... cacheNodeIdsToReboot)
A list of the cache node IDs which need to be rebooted for parameter
changes to be applied.
|
CacheParameterGroupStatus |
CacheParameterGroupStatus.withCacheParameterGroupName(String cacheParameterGroupName)
The name of the cache parameter group.
|
CacheParameterGroupStatus |
CacheParameterGroupStatus.withParameterApplyStatus(String parameterApplyStatus)
The status of parameter updates.
|
Modifier and Type | Method and Description |
---|---|
void |
CacheCluster.setCacheParameterGroup(CacheParameterGroupStatus cacheParameterGroup)
The status of the cache parameter group.
|
CacheCluster |
CacheCluster.withCacheParameterGroup(CacheParameterGroupStatus cacheParameterGroup)
The status of the cache parameter group.
|
Copyright © 2014. All rights reserved.