Package | Description |
---|---|
com.amazonaws.services.elasticache |
|
com.amazonaws.services.elasticache.model | |
com.amazonaws.services.elasticache.waiters |
Modifier and Type | Method and Description |
---|---|
DescribeCacheClustersResult |
AmazonElastiCache.describeCacheClusters(DescribeCacheClustersRequest describeCacheClustersRequest)
Returns information about all provisioned clusters if no cluster identifier is specified, or about a specific
cache cluster if a cluster identifier is supplied.
|
DescribeCacheClustersResult |
AbstractAmazonElastiCache.describeCacheClusters(DescribeCacheClustersRequest request) |
DescribeCacheClustersResult |
AmazonElastiCacheClient.describeCacheClusters(DescribeCacheClustersRequest request)
Returns information about all provisioned clusters if no cluster identifier is specified, or about a specific
cache cluster if a cluster identifier is supplied.
|
Future<DescribeCacheClustersResult> |
AbstractAmazonElastiCacheAsync.describeCacheClustersAsync(DescribeCacheClustersRequest request) |
Future<DescribeCacheClustersResult> |
AmazonElastiCacheAsync.describeCacheClustersAsync(DescribeCacheClustersRequest describeCacheClustersRequest)
Returns information about all provisioned clusters if no cluster identifier is specified, or about a specific
cache cluster if a cluster identifier is supplied.
|
Future<DescribeCacheClustersResult> |
AmazonElastiCacheAsyncClient.describeCacheClustersAsync(DescribeCacheClustersRequest request) |
Future<DescribeCacheClustersResult> |
AbstractAmazonElastiCacheAsync.describeCacheClustersAsync(DescribeCacheClustersRequest request,
AsyncHandler<DescribeCacheClustersRequest,DescribeCacheClustersResult> asyncHandler) |
Future<DescribeCacheClustersResult> |
AmazonElastiCacheAsync.describeCacheClustersAsync(DescribeCacheClustersRequest describeCacheClustersRequest,
AsyncHandler<DescribeCacheClustersRequest,DescribeCacheClustersResult> asyncHandler)
Returns information about all provisioned clusters if no cluster identifier is specified, or about a specific
cache cluster if a cluster identifier is supplied.
|
Future<DescribeCacheClustersResult> |
AmazonElastiCacheAsyncClient.describeCacheClustersAsync(DescribeCacheClustersRequest request,
AsyncHandler<DescribeCacheClustersRequest,DescribeCacheClustersResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
DescribeCacheClustersRequest |
DescribeCacheClustersRequest.clone() |
DescribeCacheClustersRequest |
DescribeCacheClustersRequest.withCacheClusterId(String cacheClusterId)
The user-supplied cluster identifier.
|
DescribeCacheClustersRequest |
DescribeCacheClustersRequest.withMarker(String marker)
An optional marker returned from a prior request.
|
DescribeCacheClustersRequest |
DescribeCacheClustersRequest.withMaxRecords(Integer maxRecords)
The maximum number of records to include in the response.
|
DescribeCacheClustersRequest |
DescribeCacheClustersRequest.withShowCacheClustersNotInReplicationGroups(Boolean showCacheClustersNotInReplicationGroups)
An optional flag that can be included in the
DescribeCacheCluster request to show only nodes
(API/CLI: clusters) that are not members of a replication group. |
DescribeCacheClustersRequest |
DescribeCacheClustersRequest.withShowCacheNodeInfo(Boolean showCacheNodeInfo)
An optional flag that can be included in the
DescribeCacheCluster request to retrieve information
about the individual cache nodes. |
Modifier and Type | Method and Description |
---|---|
Waiter<DescribeCacheClustersRequest> |
AmazonElastiCacheWaiters.cacheClusterAvailable()
Builds a CacheClusterAvailable waiter by using custom parameters waiterParameters and other parameters defined in
the waiters specification, and then polls until it determines whether the resource entered the desired state or
not, where polling criteria is bound by either default polling strategy or custom polling strategy.
|
Waiter<DescribeCacheClustersRequest> |
AmazonElastiCacheWaiters.cacheClusterDeleted()
Builds a CacheClusterDeleted waiter by using custom parameters waiterParameters and other parameters defined in
the waiters specification, and then polls until it determines whether the resource entered the desired state or
not, where polling criteria is bound by either default polling strategy or custom polling strategy.
|
Modifier and Type | Method and Description |
---|---|
DescribeCacheClustersResult |
DescribeCacheClustersFunction.apply(DescribeCacheClustersRequest describeCacheClustersRequest)
Makes a call to the operation specified by the waiter by taking the corresponding request and returns the
corresponding result
|
Copyright © 2021. All rights reserved.