Uses of Class
com.amazonaws.services.elasticache.model.DescribeCacheParameterGroupsResult
Packages that use DescribeCacheParameterGroupsResult
-
Uses of DescribeCacheParameterGroupsResult in com.amazonaws.services.elasticache
Methods in com.amazonaws.services.elasticache that return DescribeCacheParameterGroupsResultModifier and TypeMethodDescriptionAbstractAmazonElastiCache.describeCacheParameterGroups()
AbstractAmazonElastiCache.describeCacheParameterGroups
(DescribeCacheParameterGroupsRequest request) AmazonElastiCache.describeCacheParameterGroups()
Simplified method form for invoking the DescribeCacheParameterGroups operation.AmazonElastiCache.describeCacheParameterGroups
(DescribeCacheParameterGroupsRequest describeCacheParameterGroupsRequest) The DescribeCacheParameterGroups action returns a list of cache parameter group descriptions.AmazonElastiCacheClient.describeCacheParameterGroups()
AmazonElastiCacheClient.describeCacheParameterGroups
(DescribeCacheParameterGroupsRequest describeCacheParameterGroupsRequest) The DescribeCacheParameterGroups action returns a list of cache parameter group descriptions.Methods in com.amazonaws.services.elasticache that return types with arguments of type DescribeCacheParameterGroupsResultModifier and TypeMethodDescriptionAbstractAmazonElastiCacheAsync.describeCacheParameterGroupsAsync()
Simplified method form for invoking the DescribeCacheParameterGroups operation.AbstractAmazonElastiCacheAsync.describeCacheParameterGroupsAsync
(AsyncHandler<DescribeCacheParameterGroupsRequest, DescribeCacheParameterGroupsResult> asyncHandler) Simplified method form for invoking the DescribeCacheParameterGroups operation with an AsyncHandler.AbstractAmazonElastiCacheAsync.describeCacheParameterGroupsAsync
(DescribeCacheParameterGroupsRequest request) AbstractAmazonElastiCacheAsync.describeCacheParameterGroupsAsync
(DescribeCacheParameterGroupsRequest request, AsyncHandler<DescribeCacheParameterGroupsRequest, DescribeCacheParameterGroupsResult> asyncHandler) AmazonElastiCacheAsync.describeCacheParameterGroupsAsync()
Simplified method form for invoking the DescribeCacheParameterGroups operation.AmazonElastiCacheAsync.describeCacheParameterGroupsAsync
(AsyncHandler<DescribeCacheParameterGroupsRequest, DescribeCacheParameterGroupsResult> asyncHandler) Simplified method form for invoking the DescribeCacheParameterGroups operation with an AsyncHandler.AmazonElastiCacheAsync.describeCacheParameterGroupsAsync
(DescribeCacheParameterGroupsRequest describeCacheParameterGroupsRequest) The DescribeCacheParameterGroups action returns a list of cache parameter group descriptions.AmazonElastiCacheAsync.describeCacheParameterGroupsAsync
(DescribeCacheParameterGroupsRequest describeCacheParameterGroupsRequest, AsyncHandler<DescribeCacheParameterGroupsRequest, DescribeCacheParameterGroupsResult> asyncHandler) The DescribeCacheParameterGroups action returns a list of cache parameter group descriptions.AmazonElastiCacheAsyncClient.describeCacheParameterGroupsAsync()
Simplified method form for invoking the DescribeCacheParameterGroups operation.AmazonElastiCacheAsyncClient.describeCacheParameterGroupsAsync
(AsyncHandler<DescribeCacheParameterGroupsRequest, DescribeCacheParameterGroupsResult> asyncHandler) Simplified method form for invoking the DescribeCacheParameterGroups operation with an AsyncHandler.AmazonElastiCacheAsyncClient.describeCacheParameterGroupsAsync
(DescribeCacheParameterGroupsRequest request) AmazonElastiCacheAsyncClient.describeCacheParameterGroupsAsync
(DescribeCacheParameterGroupsRequest request, AsyncHandler<DescribeCacheParameterGroupsRequest, DescribeCacheParameterGroupsResult> asyncHandler) Method parameters in com.amazonaws.services.elasticache with type arguments of type DescribeCacheParameterGroupsResultModifier and TypeMethodDescriptionAbstractAmazonElastiCacheAsync.describeCacheParameterGroupsAsync
(AsyncHandler<DescribeCacheParameterGroupsRequest, DescribeCacheParameterGroupsResult> asyncHandler) Simplified method form for invoking the DescribeCacheParameterGroups operation with an AsyncHandler.AbstractAmazonElastiCacheAsync.describeCacheParameterGroupsAsync
(DescribeCacheParameterGroupsRequest request, AsyncHandler<DescribeCacheParameterGroupsRequest, DescribeCacheParameterGroupsResult> asyncHandler) AmazonElastiCacheAsync.describeCacheParameterGroupsAsync
(AsyncHandler<DescribeCacheParameterGroupsRequest, DescribeCacheParameterGroupsResult> asyncHandler) Simplified method form for invoking the DescribeCacheParameterGroups operation with an AsyncHandler.AmazonElastiCacheAsync.describeCacheParameterGroupsAsync
(DescribeCacheParameterGroupsRequest describeCacheParameterGroupsRequest, AsyncHandler<DescribeCacheParameterGroupsRequest, DescribeCacheParameterGroupsResult> asyncHandler) The DescribeCacheParameterGroups action returns a list of cache parameter group descriptions.AmazonElastiCacheAsyncClient.describeCacheParameterGroupsAsync
(AsyncHandler<DescribeCacheParameterGroupsRequest, DescribeCacheParameterGroupsResult> asyncHandler) Simplified method form for invoking the DescribeCacheParameterGroups operation with an AsyncHandler.AmazonElastiCacheAsyncClient.describeCacheParameterGroupsAsync
(DescribeCacheParameterGroupsRequest request, AsyncHandler<DescribeCacheParameterGroupsRequest, DescribeCacheParameterGroupsResult> asyncHandler) -
Uses of DescribeCacheParameterGroupsResult in com.amazonaws.services.elasticache.model
Methods in com.amazonaws.services.elasticache.model that return DescribeCacheParameterGroupsResultModifier and TypeMethodDescriptionDescribeCacheParameterGroupsResult.clone()
DescribeCacheParameterGroupsResult.withCacheParameterGroups
(CacheParameterGroup... cacheParameterGroups) A list of cache parameter groups.DescribeCacheParameterGroupsResult.withCacheParameterGroups
(Collection<CacheParameterGroup> cacheParameterGroups) A list of cache parameter groups.DescribeCacheParameterGroupsResult.withMarker
(String marker) Provides an identifier to allow retrieval of paginated results.