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 CacheParameterGroupAbstractAmazonElastiCache. createCacheParameterGroup(CreateCacheParameterGroupRequest request)CacheParameterGroupAmazonElastiCache. createCacheParameterGroup(CreateCacheParameterGroupRequest createCacheParameterGroupRequest)The CreateCacheParameterGroup action creates a new cache parameter group.CacheParameterGroupAmazonElastiCacheClient. 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 CacheParameterGroupCacheParameterGroup. clone()CacheParameterGroupCacheParameterGroup. withCacheParameterGroupFamily(String cacheParameterGroupFamily)The name of the cache parameter group family that this cache parameter group is compatible with.CacheParameterGroupCacheParameterGroup. withCacheParameterGroupName(String cacheParameterGroupName)The name of the cache parameter group.CacheParameterGroupCacheParameterGroup. 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 DescribeCacheParameterGroupsResultDescribeCacheParameterGroupsResult. 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 voidDescribeCacheParameterGroupsResult. setCacheParameterGroups(Collection<CacheParameterGroup> cacheParameterGroups)A list of cache parameter groups.DescribeCacheParameterGroupsResultDescribeCacheParameterGroupsResult. withCacheParameterGroups(Collection<CacheParameterGroup> cacheParameterGroups)A list of cache parameter groups.
-