Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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()
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.
|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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 © 2014. All rights reserved.