Uses of Class
com.amazonaws.services.elasticache.model.CacheParameterGroupStatus
Packages that use CacheParameterGroupStatus
-
Uses of CacheParameterGroupStatus in com.amazonaws.services.elasticache.model
Methods in com.amazonaws.services.elasticache.model that return CacheParameterGroupStatusModifier and TypeMethodDescriptionCacheParameterGroupStatus.clone()
CacheCluster.getCacheParameterGroup()
CacheParameterGroupStatus.withCacheNodeIdsToReboot
(String... cacheNodeIdsToReboot) A list of the cache node IDs which need to be rebooted for parameter changes to be applied.CacheParameterGroupStatus.withCacheNodeIdsToReboot
(Collection<String> cacheNodeIdsToReboot) A list of the cache node IDs which need to be rebooted for parameter changes to be applied.CacheParameterGroupStatus.withCacheParameterGroupName
(String cacheParameterGroupName) The name of the cache parameter group.CacheParameterGroupStatus.withParameterApplyStatus
(String parameterApplyStatus) The status of parameter updates.Methods in com.amazonaws.services.elasticache.model with parameters of type CacheParameterGroupStatusModifier and TypeMethodDescriptionvoid
CacheCluster.setCacheParameterGroup
(CacheParameterGroupStatus cacheParameterGroup) CacheCluster.withCacheParameterGroup
(CacheParameterGroupStatus cacheParameterGroup)