Uses of Class
com.amazonaws.services.elasticache.model.CacheParameterGroup
Packages that use CacheParameterGroup
-
Uses of CacheParameterGroup in com.amazonaws.services.elasticache
Methods in com.amazonaws.services.elasticache that return CacheParameterGroupModifier and TypeMethodDescriptionAbstractAmazonElastiCache.createCacheParameterGroup(CreateCacheParameterGroupRequest request) AmazonElastiCache.createCacheParameterGroup(CreateCacheParameterGroupRequest createCacheParameterGroupRequest) The CreateCacheParameterGroup action creates a new cache parameter group.AmazonElastiCacheClient.createCacheParameterGroup(CreateCacheParameterGroupRequest createCacheParameterGroupRequest) The CreateCacheParameterGroup action creates a new cache parameter group.Methods in com.amazonaws.services.elasticache that return types with arguments of type CacheParameterGroupModifier and TypeMethodDescriptionAbstractAmazonElastiCacheAsync.createCacheParameterGroupAsync(CreateCacheParameterGroupRequest request) AbstractAmazonElastiCacheAsync.createCacheParameterGroupAsync(CreateCacheParameterGroupRequest request, AsyncHandler<CreateCacheParameterGroupRequest, CacheParameterGroup> asyncHandler) AmazonElastiCacheAsync.createCacheParameterGroupAsync(CreateCacheParameterGroupRequest createCacheParameterGroupRequest) The CreateCacheParameterGroup action creates a new cache parameter group.AmazonElastiCacheAsync.createCacheParameterGroupAsync(CreateCacheParameterGroupRequest createCacheParameterGroupRequest, AsyncHandler<CreateCacheParameterGroupRequest, CacheParameterGroup> asyncHandler) The CreateCacheParameterGroup action creates a new cache parameter group.AmazonElastiCacheAsyncClient.createCacheParameterGroupAsync(CreateCacheParameterGroupRequest request) AmazonElastiCacheAsyncClient.createCacheParameterGroupAsync(CreateCacheParameterGroupRequest request, AsyncHandler<CreateCacheParameterGroupRequest, CacheParameterGroup> asyncHandler) Method parameters in com.amazonaws.services.elasticache with type arguments of type CacheParameterGroupModifier and TypeMethodDescriptionAbstractAmazonElastiCacheAsync.createCacheParameterGroupAsync(CreateCacheParameterGroupRequest request, AsyncHandler<CreateCacheParameterGroupRequest, CacheParameterGroup> asyncHandler) AmazonElastiCacheAsync.createCacheParameterGroupAsync(CreateCacheParameterGroupRequest createCacheParameterGroupRequest, AsyncHandler<CreateCacheParameterGroupRequest, CacheParameterGroup> asyncHandler) The CreateCacheParameterGroup action creates a new cache parameter group.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 CacheParameterGroupModifier and TypeMethodDescriptionCacheParameterGroup.clone()CacheParameterGroup.withCacheParameterGroupFamily(String cacheParameterGroupFamily) The name of the cache parameter group family that this cache parameter group is compatible with.CacheParameterGroup.withCacheParameterGroupName(String cacheParameterGroupName) The name of the cache parameter group.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 CacheParameterGroupModifier and TypeMethodDescriptionDescribeCacheParameterGroupsResult.getCacheParameterGroups()A list of cache parameter groups.Methods in com.amazonaws.services.elasticache.model with parameters of type CacheParameterGroupModifier and TypeMethodDescriptionDescribeCacheParameterGroupsResult.withCacheParameterGroups(CacheParameterGroup... cacheParameterGroups) A list of cache parameter groups.Method parameters in com.amazonaws.services.elasticache.model with type arguments of type CacheParameterGroupModifier and TypeMethodDescriptionvoidDescribeCacheParameterGroupsResult.setCacheParameterGroups(Collection<CacheParameterGroup> cacheParameterGroups) A list of cache parameter groups.DescribeCacheParameterGroupsResult.withCacheParameterGroups(Collection<CacheParameterGroup> cacheParameterGroups) A list of cache parameter groups.