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