default DecreaseReplicaCountResponse |
ElastiCacheClient.decreaseReplicaCount(Consumer<DecreaseReplicaCountRequest.Builder> decreaseReplicaCountRequest) |
Dynamically decreases the number of replicas in a Valkey or Redis OSS (cluster mode disabled) replication group
or the number of replica nodes in one or more node groups (shards) of a Valkey or Redis OSS (cluster mode
enabled) replication group.
|
default DecreaseReplicaCountResponse |
ElastiCacheClient.decreaseReplicaCount(DecreaseReplicaCountRequest decreaseReplicaCountRequest) |
Dynamically decreases the number of replicas in a Valkey or Redis OSS (cluster mode disabled) replication group
or the number of replica nodes in one or more node groups (shards) of a Valkey or Redis OSS (cluster mode
enabled) replication group.
|
default IncreaseReplicaCountResponse |
ElastiCacheClient.increaseReplicaCount(Consumer<IncreaseReplicaCountRequest.Builder> increaseReplicaCountRequest) |
Dynamically increases the number of replicas in a Valkey or Redis OSS (cluster mode disabled) replication group
or the number of replica nodes in one or more node groups (shards) of a Valkey or Redis OSS (cluster mode
enabled) replication group.
|
default IncreaseReplicaCountResponse |
ElastiCacheClient.increaseReplicaCount(IncreaseReplicaCountRequest increaseReplicaCountRequest) |
Dynamically increases the number of replicas in a Valkey or Redis OSS (cluster mode disabled) replication group
or the number of replica nodes in one or more node groups (shards) of a Valkey or Redis OSS (cluster mode
enabled) replication group.
|