| Package | Description |
|---|---|
| software.amazon.awssdk.services.elasticache |
|
| software.amazon.awssdk.services.elasticache.paginators | |
| software.amazon.awssdk.services.elasticache.waiters |
| Modifier and Type | Method and Description |
|---|---|
default DescribeCacheClustersResponse |
ElastiCacheClient.describeCacheClusters()
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 DescribeCacheClustersResponse |
ElastiCacheClient.describeCacheClusters(Consumer<DescribeCacheClustersRequest.Builder> 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 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.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DescribeCacheClustersResponse> |
ElastiCacheAsyncClient.describeCacheClusters()
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(Consumer<DescribeCacheClustersRequest.Builder> 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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<DescribeCacheClustersResponse> |
DescribeCacheClustersIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeCacheClustersPublisher.subscribe(org.reactivestreams.Subscriber<? super DescribeCacheClustersResponse> subscriber) |
Copyright © 2023. All rights reserved.