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

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

Methods in com.amazonaws.services.elasticache that return DescribeCacheClustersResult
 DescribeCacheClustersResult AmazonElastiCacheClient.describeCacheClusters()
           The DescribeCacheClusters operation returns information about all provisioned cache clusters if no cache cluster identifier is specified, or about a specific cache cluster if a cache cluster identifier is supplied.
 DescribeCacheClustersResult AmazonElastiCache.describeCacheClusters()
           The DescribeCacheClusters operation returns information about all provisioned cache clusters if no cache cluster identifier is specified, or about a specific cache cluster if a cache cluster identifier is supplied.
 DescribeCacheClustersResult AmazonElastiCacheClient.describeCacheClusters(DescribeCacheClustersRequest describeCacheClustersRequest)
           The DescribeCacheClusters operation returns information about all provisioned cache clusters if no cache cluster identifier is specified, or about a specific cache cluster if a cache cluster identifier is supplied.
 DescribeCacheClustersResult AmazonElastiCache.describeCacheClusters(DescribeCacheClustersRequest describeCacheClustersRequest)
           The DescribeCacheClusters operation returns information about all provisioned cache clusters if no cache cluster identifier is specified, or about a specific cache cluster if a cache cluster identifier is supplied.
 

Methods in com.amazonaws.services.elasticache that return types with arguments of type DescribeCacheClustersResult
 Future<DescribeCacheClustersResult> AmazonElastiCacheAsyncClient.describeCacheClustersAsync(DescribeCacheClustersRequest describeCacheClustersRequest)
           The DescribeCacheClusters operation returns information about all provisioned cache clusters if no cache cluster identifier is specified, or about a specific cache cluster if a cache cluster identifier is supplied.
 Future<DescribeCacheClustersResult> AmazonElastiCacheAsync.describeCacheClustersAsync(DescribeCacheClustersRequest describeCacheClustersRequest)
           The DescribeCacheClusters operation returns information about all provisioned cache clusters if no cache cluster identifier is specified, or about a specific cache cluster if a cache cluster identifier is supplied.
 Future<DescribeCacheClustersResult> AmazonElastiCacheAsyncClient.describeCacheClustersAsync(DescribeCacheClustersRequest describeCacheClustersRequest, AsyncHandler<DescribeCacheClustersRequest,DescribeCacheClustersResult> asyncHandler)
           The DescribeCacheClusters operation returns information about all provisioned cache clusters if no cache cluster identifier is specified, or about a specific cache cluster if a cache cluster identifier is supplied.
 Future<DescribeCacheClustersResult> AmazonElastiCacheAsync.describeCacheClustersAsync(DescribeCacheClustersRequest describeCacheClustersRequest, AsyncHandler<DescribeCacheClustersRequest,DescribeCacheClustersResult> asyncHandler)
           The DescribeCacheClusters operation returns information about all provisioned cache clusters if no cache cluster identifier is specified, or about a specific cache cluster if a cache cluster identifier is supplied.
 

Method parameters in com.amazonaws.services.elasticache with type arguments of type DescribeCacheClustersResult
 Future<DescribeCacheClustersResult> AmazonElastiCacheAsyncClient.describeCacheClustersAsync(DescribeCacheClustersRequest describeCacheClustersRequest, AsyncHandler<DescribeCacheClustersRequest,DescribeCacheClustersResult> asyncHandler)
           The DescribeCacheClusters operation returns information about all provisioned cache clusters if no cache cluster identifier is specified, or about a specific cache cluster if a cache cluster identifier is supplied.
 Future<DescribeCacheClustersResult> AmazonElastiCacheAsync.describeCacheClustersAsync(DescribeCacheClustersRequest describeCacheClustersRequest, AsyncHandler<DescribeCacheClustersRequest,DescribeCacheClustersResult> asyncHandler)
           The DescribeCacheClusters operation returns information about all provisioned cache clusters if no cache cluster identifier is specified, or about a specific cache cluster if a cache cluster identifier is supplied.
 

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

Methods in com.amazonaws.services.elasticache.model that return DescribeCacheClustersResult
 DescribeCacheClustersResult DescribeCacheClustersResult.withCacheClusters(CacheCluster... cacheClusters)
          A list of cache clusters.
 DescribeCacheClustersResult DescribeCacheClustersResult.withCacheClusters(Collection<CacheCluster> cacheClusters)
          A list of cache clusters.
 DescribeCacheClustersResult DescribeCacheClustersResult.withMarker(String marker)
          Provides an identifier to allow retrieval of paginated results.
 



Copyright © 2016. All rights reserved.