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.
|
default IncreaseReplicaCountResponse |
ElastiCacheClient.increaseReplicaCount(Consumer<IncreaseReplicaCountRequest.Builder> increaseReplicaCountRequest) |
Dynamically increases 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 IncreaseReplicaCountResponse |
ElastiCacheClient.increaseReplicaCount(IncreaseReplicaCountRequest increaseReplicaCountRequest) |
Dynamically increases 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.
|