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

Packages that use DescribeCacheParameterGroupsResult
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 DescribeCacheParameterGroupsResult in com.amazonaws.services.elasticache
 

Methods in com.amazonaws.services.elasticache that return DescribeCacheParameterGroupsResult
 DescribeCacheParameterGroupsResult AmazonElastiCacheClient.describeCacheParameterGroups()
           The DescribeCacheParameterGroups operation returns a list of cache parameter group descriptions.
 DescribeCacheParameterGroupsResult AmazonElastiCache.describeCacheParameterGroups()
           The DescribeCacheParameterGroups operation returns a list of cache parameter group descriptions.
 DescribeCacheParameterGroupsResult AmazonElastiCacheClient.describeCacheParameterGroups(DescribeCacheParameterGroupsRequest describeCacheParameterGroupsRequest)
           The DescribeCacheParameterGroups operation returns a list of cache parameter group descriptions.
 DescribeCacheParameterGroupsResult AmazonElastiCache.describeCacheParameterGroups(DescribeCacheParameterGroupsRequest describeCacheParameterGroupsRequest)
           The DescribeCacheParameterGroups operation returns a list of cache parameter group descriptions.
 

Methods in com.amazonaws.services.elasticache that return types with arguments of type DescribeCacheParameterGroupsResult
 Future<DescribeCacheParameterGroupsResult> AmazonElastiCacheAsyncClient.describeCacheParameterGroupsAsync(DescribeCacheParameterGroupsRequest describeCacheParameterGroupsRequest)
           The DescribeCacheParameterGroups operation returns a list of cache parameter group descriptions.
 Future<DescribeCacheParameterGroupsResult> AmazonElastiCacheAsync.describeCacheParameterGroupsAsync(DescribeCacheParameterGroupsRequest describeCacheParameterGroupsRequest)
           The DescribeCacheParameterGroups operation returns a list of cache parameter group descriptions.
 Future<DescribeCacheParameterGroupsResult> AmazonElastiCacheAsyncClient.describeCacheParameterGroupsAsync(DescribeCacheParameterGroupsRequest describeCacheParameterGroupsRequest, AsyncHandler<DescribeCacheParameterGroupsRequest,DescribeCacheParameterGroupsResult> asyncHandler)
           The DescribeCacheParameterGroups operation returns a list of cache parameter group descriptions.
 Future<DescribeCacheParameterGroupsResult> AmazonElastiCacheAsync.describeCacheParameterGroupsAsync(DescribeCacheParameterGroupsRequest describeCacheParameterGroupsRequest, AsyncHandler<DescribeCacheParameterGroupsRequest,DescribeCacheParameterGroupsResult> asyncHandler)
           The DescribeCacheParameterGroups operation returns a list of cache parameter group descriptions.
 

Method parameters in com.amazonaws.services.elasticache with type arguments of type DescribeCacheParameterGroupsResult
 Future<DescribeCacheParameterGroupsResult> AmazonElastiCacheAsyncClient.describeCacheParameterGroupsAsync(DescribeCacheParameterGroupsRequest describeCacheParameterGroupsRequest, AsyncHandler<DescribeCacheParameterGroupsRequest,DescribeCacheParameterGroupsResult> asyncHandler)
           The DescribeCacheParameterGroups operation returns a list of cache parameter group descriptions.
 Future<DescribeCacheParameterGroupsResult> AmazonElastiCacheAsync.describeCacheParameterGroupsAsync(DescribeCacheParameterGroupsRequest describeCacheParameterGroupsRequest, AsyncHandler<DescribeCacheParameterGroupsRequest,DescribeCacheParameterGroupsResult> asyncHandler)
           The DescribeCacheParameterGroups operation returns a list of cache parameter group descriptions.
 

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

Methods in com.amazonaws.services.elasticache.model that return DescribeCacheParameterGroupsResult
 DescribeCacheParameterGroupsResult DescribeCacheParameterGroupsResult.withCacheParameterGroups(CacheParameterGroup... cacheParameterGroups)
          A list of cache parameter groups.
 DescribeCacheParameterGroupsResult DescribeCacheParameterGroupsResult.withCacheParameterGroups(Collection<CacheParameterGroup> cacheParameterGroups)
          A list of cache parameter groups.
 DescribeCacheParameterGroupsResult DescribeCacheParameterGroupsResult.withMarker(String marker)
          Provides an identifier to allow retrieval of paginated results.
 



Copyright © 2016. All rights reserved.