Uses of Class
com.amazonaws.services.elasticache.model.CacheParameterGroup
-
Packages that use CacheParameterGroup Package Description com.amazonaws.services.elasticache com.amazonaws.services.elasticache.model -
-
Uses of CacheParameterGroup in com.amazonaws.services.elasticache
Methods in com.amazonaws.services.elasticache that return CacheParameterGroup Modifier and Type Method Description CacheParameterGroup
AbstractAmazonElastiCache. createCacheParameterGroup(CreateCacheParameterGroupRequest request)
CacheParameterGroup
AmazonElastiCache. createCacheParameterGroup(CreateCacheParameterGroupRequest createCacheParameterGroupRequest)
The CreateCacheParameterGroup action creates a new cache parameter group.CacheParameterGroup
AmazonElastiCacheClient. createCacheParameterGroup(CreateCacheParameterGroupRequest createCacheParameterGroupRequest)
The CreateCacheParameterGroup action creates a new cache parameter group.Method parameters in com.amazonaws.services.elasticache with type arguments of type CacheParameterGroup Modifier and Type Method Description Future<CacheParameterGroup>
AbstractAmazonElastiCacheAsync. createCacheParameterGroupAsync(CreateCacheParameterGroupRequest request, AsyncHandler<CreateCacheParameterGroupRequest,CacheParameterGroup> asyncHandler)
Future<CacheParameterGroup>
AmazonElastiCacheAsync. createCacheParameterGroupAsync(CreateCacheParameterGroupRequest createCacheParameterGroupRequest, AsyncHandler<CreateCacheParameterGroupRequest,CacheParameterGroup> asyncHandler)
The CreateCacheParameterGroup action creates a new cache parameter group.Future<CacheParameterGroup>
AmazonElastiCacheAsyncClient. createCacheParameterGroupAsync(CreateCacheParameterGroupRequest request, AsyncHandler<CreateCacheParameterGroupRequest,CacheParameterGroup> asyncHandler)
-
Uses of CacheParameterGroup in com.amazonaws.services.elasticache.model
Methods in com.amazonaws.services.elasticache.model that return CacheParameterGroup Modifier and Type Method Description CacheParameterGroup
CacheParameterGroup. clone()
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 Modifier and Type Method Description List<CacheParameterGroup>
DescribeCacheParameterGroupsResult. getCacheParameterGroups()
A list of cache parameter groups.Methods in com.amazonaws.services.elasticache.model with parameters of type CacheParameterGroup Modifier and Type Method Description 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 Modifier and Type Method Description void
DescribeCacheParameterGroupsResult. setCacheParameterGroups(Collection<CacheParameterGroup> cacheParameterGroups)
A list of cache parameter groups.DescribeCacheParameterGroupsResult
DescribeCacheParameterGroupsResult. withCacheParameterGroups(Collection<CacheParameterGroup> cacheParameterGroups)
A list of cache parameter groups.
-