Uses of Class
software.amazon.awssdk.services.elasticache.model.IncreaseReplicaCountRequest
-
Packages that use IncreaseReplicaCountRequest Package Description software.amazon.awssdk.services.elasticache Amazon ElastiCache software.amazon.awssdk.services.elasticache.transform -
-
Uses of IncreaseReplicaCountRequest in software.amazon.awssdk.services.elasticache
Methods in software.amazon.awssdk.services.elasticache with parameters of type IncreaseReplicaCountRequest Modifier and Type Method Description 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.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. -
Uses of IncreaseReplicaCountRequest in software.amazon.awssdk.services.elasticache.transform
Methods in software.amazon.awssdk.services.elasticache.transform with parameters of type IncreaseReplicaCountRequest Modifier and Type Method Description SdkHttpFullRequestIncreaseReplicaCountRequestMarshaller. marshall(IncreaseReplicaCountRequest increaseReplicaCountRequest)
-