Uses of Class
com.amazonaws.services.elasticache.model.CacheParameterGroupStatus

Packages that use CacheParameterGroupStatus
com.amazonaws.services.elasticache.model Classes modeling the various types represented by AmazonElastiCache. 
 

Uses of CacheParameterGroupStatus in com.amazonaws.services.elasticache.model
 

Methods in com.amazonaws.services.elasticache.model that return CacheParameterGroupStatus
 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.
 

Methods in com.amazonaws.services.elasticache.model with parameters of type CacheParameterGroupStatus
 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 © 2016. All rights reserved.