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