| Package | Description |
|---|---|
| software.amazon.awssdk.services.elasticache |
|
| software.amazon.awssdk.services.elasticache.model |
| 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 CompletableFuture<RebootCacheClusterResponse> |
ElastiCacheAsyncClient.rebootCacheCluster(Consumer<RebootCacheClusterRequest.Builder> rebootCacheClusterRequest)
Reboots some, or all, of the cache nodes within a provisioned cluster.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends RebootCacheClusterRequest.Builder> |
RebootCacheClusterRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.