Uses of Class
software.amazon.awssdk.services.elasticache.model.IncreaseReplicaCountResponse
-
Packages that use IncreaseReplicaCountResponse Package Description software.amazon.awssdk.services.elasticache Amazon ElastiCache -
-
Uses of IncreaseReplicaCountResponse in software.amazon.awssdk.services.elasticache
Methods in software.amazon.awssdk.services.elasticache that return IncreaseReplicaCountResponse Modifier and Type Method Description default IncreaseReplicaCountResponseElastiCacheClient. 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 IncreaseReplicaCountResponseElastiCacheClient. 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.Methods in software.amazon.awssdk.services.elasticache that return types with arguments of type IncreaseReplicaCountResponse Modifier and Type Method Description default CompletableFuture<IncreaseReplicaCountResponse>ElastiCacheAsyncClient. 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 CompletableFuture<IncreaseReplicaCountResponse>ElastiCacheAsyncClient. 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.
-