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

Packages that use CacheParameterGroup
com.amazonaws.services.elasticache Synchronous and asynchronous client classes for accessing AmazonElastiCache. 
com.amazonaws.services.elasticache.model Classes modeling the various types represented by AmazonElastiCache. 
 

Uses of CacheParameterGroup in com.amazonaws.services.elasticache
 

Methods in com.amazonaws.services.elasticache that return CacheParameterGroup
 CacheParameterGroup AmazonElastiCacheClient.createCacheParameterGroup(CreateCacheParameterGroupRequest createCacheParameterGroupRequest)
           The CreateCacheParameterGroup operation creates a new cache parameter group.
 CacheParameterGroup AmazonElastiCache.createCacheParameterGroup(CreateCacheParameterGroupRequest createCacheParameterGroupRequest)
           The CreateCacheParameterGroup operation creates a new cache parameter group.
 

Methods in com.amazonaws.services.elasticache that return types with arguments of type CacheParameterGroup
 Future<CacheParameterGroup> AmazonElastiCacheAsyncClient.createCacheParameterGroupAsync(CreateCacheParameterGroupRequest createCacheParameterGroupRequest)
           The CreateCacheParameterGroup operation creates a new cache parameter group.
 Future<CacheParameterGroup> AmazonElastiCacheAsync.createCacheParameterGroupAsync(CreateCacheParameterGroupRequest createCacheParameterGroupRequest)
           The CreateCacheParameterGroup operation creates a new cache parameter group.
 Future<CacheParameterGroup> AmazonElastiCacheAsyncClient.createCacheParameterGroupAsync(CreateCacheParameterGroupRequest createCacheParameterGroupRequest, AsyncHandler<CreateCacheParameterGroupRequest,CacheParameterGroup> asyncHandler)
           The CreateCacheParameterGroup operation creates a new cache parameter group.
 Future<CacheParameterGroup> AmazonElastiCacheAsync.createCacheParameterGroupAsync(CreateCacheParameterGroupRequest createCacheParameterGroupRequest, AsyncHandler<CreateCacheParameterGroupRequest,CacheParameterGroup> asyncHandler)
           The CreateCacheParameterGroup operation creates a new cache parameter group.
 

Method parameters in com.amazonaws.services.elasticache with type arguments of type CacheParameterGroup
 Future<CacheParameterGroup> AmazonElastiCacheAsyncClient.createCacheParameterGroupAsync(CreateCacheParameterGroupRequest createCacheParameterGroupRequest, AsyncHandler<CreateCacheParameterGroupRequest,CacheParameterGroup> asyncHandler)
           The CreateCacheParameterGroup operation creates a new cache parameter group.
 Future<CacheParameterGroup> AmazonElastiCacheAsync.createCacheParameterGroupAsync(CreateCacheParameterGroupRequest createCacheParameterGroupRequest, AsyncHandler<CreateCacheParameterGroupRequest,CacheParameterGroup> asyncHandler)
           The CreateCacheParameterGroup operation creates a new cache parameter group.
 

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

Methods in com.amazonaws.services.elasticache.model that return CacheParameterGroup
 CacheParameterGroup CacheParameterGroup.withCacheParameterGroupFamily(String cacheParameterGroupFamily)
          The name of the cache parameter group family that this cache parameter group is compatible with.
 CacheParameterGroup CacheParameterGroup.withCacheParameterGroupName(String cacheParameterGroupName)
          The name of the cache parameter group.
 CacheParameterGroup CacheParameterGroup.withDescription(String description)
          The description for this cache parameter group.
 

Methods in com.amazonaws.services.elasticache.model that return types with arguments of type CacheParameterGroup
 List<CacheParameterGroup> DescribeCacheParameterGroupsResult.getCacheParameterGroups()
          A list of cache parameter groups.
 

Methods in com.amazonaws.services.elasticache.model with parameters of type CacheParameterGroup
 DescribeCacheParameterGroupsResult DescribeCacheParameterGroupsResult.withCacheParameterGroups(CacheParameterGroup... cacheParameterGroups)
          A list of cache parameter groups.
 

Method parameters in com.amazonaws.services.elasticache.model with type arguments of type CacheParameterGroup
 void DescribeCacheParameterGroupsResult.setCacheParameterGroups(Collection<CacheParameterGroup> cacheParameterGroups)
          A list of cache parameter groups.
 DescribeCacheParameterGroupsResult DescribeCacheParameterGroupsResult.withCacheParameterGroups(Collection<CacheParameterGroup> cacheParameterGroups)
          A list of cache parameter groups.
 



Copyright © 2016. All rights reserved.