| Package | Description |
|---|---|
| software.amazon.awssdk.services.elasticache |
|
| Modifier and Type | Method and Description |
|---|---|
default DecreaseReplicaCountResponse |
ElastiCacheClient.decreaseReplicaCount(Consumer<DecreaseReplicaCountRequest.Builder> decreaseReplicaCountRequest)
Dynamically decreases the number of replicas in a Redis (cluster mode disabled) replication group or the number
of replica nodes in one or more node groups (shards) of a Redis (cluster mode enabled) replication group.
|
default DecreaseReplicaCountResponse |
ElastiCacheClient.decreaseReplicaCount(DecreaseReplicaCountRequest decreaseReplicaCountRequest)
Dynamically decreases the number of replicas in a Redis (cluster mode disabled) replication group or the number
of replica nodes in one or more node groups (shards) of a Redis (cluster mode enabled) replication group.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DecreaseReplicaCountResponse> |
ElastiCacheAsyncClient.decreaseReplicaCount(Consumer<DecreaseReplicaCountRequest.Builder> decreaseReplicaCountRequest)
Dynamically decreases the number of replicas in a Redis (cluster mode disabled) replication group or the number
of replica nodes in one or more node groups (shards) of a Redis (cluster mode enabled) replication group.
|
default CompletableFuture<DecreaseReplicaCountResponse> |
ElastiCacheAsyncClient.decreaseReplicaCount(DecreaseReplicaCountRequest decreaseReplicaCountRequest)
Dynamically decreases the number of replicas in a Redis (cluster mode disabled) replication group or the number
of replica nodes in one or more node groups (shards) of a Redis (cluster mode enabled) replication group.
|
Copyright © 2023. All rights reserved.