Uses of Class
software.amazon.awssdk.services.elasticache.model.ConfigureShard
-
Packages that use ConfigureShard Package Description software.amazon.awssdk.services.elasticache.model -
-
Uses of ConfigureShard in software.amazon.awssdk.services.elasticache.model
Methods in software.amazon.awssdk.services.elasticache.model that return types with arguments of type ConfigureShard Modifier and Type Method Description List<ConfigureShard>DecreaseReplicaCountRequest. replicaConfiguration()A list ofConfigureShardobjects that can be used to configure each shard in a Valkey or Redis OSS (cluster mode enabled) replication group.List<ConfigureShard>IncreaseReplicaCountRequest. replicaConfiguration()A list ofConfigureShardobjects that can be used to configure each shard in a Valkey or Redis OSS (cluster mode enabled) replication group.Methods in software.amazon.awssdk.services.elasticache.model with parameters of type ConfigureShard Modifier and Type Method Description DecreaseReplicaCountRequest.BuilderDecreaseReplicaCountRequest.Builder. replicaConfiguration(ConfigureShard... replicaConfiguration)A list ofConfigureShardobjects that can be used to configure each shard in a Valkey or Redis OSS (cluster mode enabled) replication group.IncreaseReplicaCountRequest.BuilderIncreaseReplicaCountRequest.Builder. replicaConfiguration(ConfigureShard... replicaConfiguration)A list ofConfigureShardobjects that can be used to configure each shard in a Valkey or Redis OSS (cluster mode enabled) replication group.Method parameters in software.amazon.awssdk.services.elasticache.model with type arguments of type ConfigureShard Modifier and Type Method Description DecreaseReplicaCountRequest.BuilderDecreaseReplicaCountRequest.Builder. replicaConfiguration(Collection<ConfigureShard> replicaConfiguration)A list ofConfigureShardobjects that can be used to configure each shard in a Valkey or Redis OSS (cluster mode enabled) replication group.IncreaseReplicaCountRequest.BuilderIncreaseReplicaCountRequest.Builder. replicaConfiguration(Collection<ConfigureShard> replicaConfiguration)A list ofConfigureShardobjects that can be used to configure each shard in a Valkey or Redis OSS (cluster mode enabled) replication group.
-