| Package | Description |
|---|---|
| software.amazon.awssdk.services.elasticache |
|
| software.amazon.awssdk.services.elasticache.paginators | |
| software.amazon.awssdk.services.elasticache.transform | |
| software.amazon.awssdk.services.elasticache.waiters |
| Modifier and Type | Method and Description |
|---|---|
default DescribeCacheClustersResponse |
ElastiCacheClient.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.
|
default CompletableFuture<DescribeCacheClustersResponse> |
ElastiCacheAsyncClient.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.
|
default DescribeCacheClustersIterable |
ElastiCacheClient.describeCacheClustersPaginator(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.
|
default DescribeCacheClustersPublisher |
ElastiCacheAsyncClient.describeCacheClustersPaginator(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.
|
| Constructor and Description |
|---|
DescribeCacheClustersIterable(ElastiCacheClient client,
DescribeCacheClustersRequest firstRequest) |
DescribeCacheClustersPublisher(ElastiCacheAsyncClient client,
DescribeCacheClustersRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
DescribeCacheClustersRequestMarshaller.marshall(DescribeCacheClustersRequest describeCacheClustersRequest) |
Copyright © 2023. All rights reserved.