Uses of Class
software.amazon.awssdk.services.elasticache.model.ReshardingConfiguration
-
Packages that use ReshardingConfiguration Package Description software.amazon.awssdk.services.elasticache.model -
-
Uses of ReshardingConfiguration in software.amazon.awssdk.services.elasticache.model
Methods in software.amazon.awssdk.services.elasticache.model that return types with arguments of type ReshardingConfiguration Modifier and Type Method Description List<ReshardingConfiguration>ModifyReplicationGroupShardConfigurationRequest. reshardingConfiguration()Specifies the preferred availability zones for each node group in the cluster.List<ReshardingConfiguration>RegionalConfiguration. reshardingConfiguration()A list ofPreferredAvailabilityZonesobjects that specifies the configuration of a node group in the resharded cluster.Methods in software.amazon.awssdk.services.elasticache.model with parameters of type ReshardingConfiguration Modifier and Type Method Description ModifyReplicationGroupShardConfigurationRequest.BuilderModifyReplicationGroupShardConfigurationRequest.Builder. reshardingConfiguration(ReshardingConfiguration... reshardingConfiguration)Specifies the preferred availability zones for each node group in the cluster.RegionalConfiguration.BuilderRegionalConfiguration.Builder. reshardingConfiguration(ReshardingConfiguration... reshardingConfiguration)A list ofPreferredAvailabilityZonesobjects that specifies the configuration of a node group in the resharded cluster.Method parameters in software.amazon.awssdk.services.elasticache.model with type arguments of type ReshardingConfiguration Modifier and Type Method Description ModifyReplicationGroupShardConfigurationRequest.BuilderModifyReplicationGroupShardConfigurationRequest.Builder. reshardingConfiguration(Collection<ReshardingConfiguration> reshardingConfiguration)Specifies the preferred availability zones for each node group in the cluster.RegionalConfiguration.BuilderRegionalConfiguration.Builder. reshardingConfiguration(Collection<ReshardingConfiguration> reshardingConfiguration)A list ofPreferredAvailabilityZonesobjects that specifies the configuration of a node group in the resharded cluster.
-