| Package | Description |
|---|---|
| software.amazon.awssdk.services.elasticache |
|
| Modifier and Type | Method and Description |
|---|---|
default RebootCacheClusterResponse |
ElastiCacheClient.rebootCacheCluster(Consumer<RebootCacheClusterRequest.Builder> rebootCacheClusterRequest)
Reboots some, or all, of the cache nodes within a provisioned cluster.
|
default RebootCacheClusterResponse |
ElastiCacheClient.rebootCacheCluster(RebootCacheClusterRequest rebootCacheClusterRequest)
Reboots some, or all, of the cache nodes within a provisioned cluster.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<RebootCacheClusterResponse> |
ElastiCacheAsyncClient.rebootCacheCluster(Consumer<RebootCacheClusterRequest.Builder> rebootCacheClusterRequest)
Reboots some, or all, of the cache nodes within a provisioned cluster.
|
default CompletableFuture<RebootCacheClusterResponse> |
ElastiCacheAsyncClient.rebootCacheCluster(RebootCacheClusterRequest rebootCacheClusterRequest)
Reboots some, or all, of the cache nodes within a provisioned cluster.
|
Copyright © 2023. All rights reserved.