Uses of Class
software.amazon.awssdk.services.memorydb.model.ShardConfigurationRequest
-
Packages that use ShardConfigurationRequest Package Description software.amazon.awssdk.services.memorydb.model -
-
Uses of ShardConfigurationRequest in software.amazon.awssdk.services.memorydb.model
Methods in software.amazon.awssdk.services.memorydb.model that return ShardConfigurationRequest Modifier and Type Method Description ShardConfigurationRequestUpdateClusterRequest. shardConfiguration()The number of shards in the cluster.ShardConfigurationRequestUpdateMultiRegionClusterRequest. shardConfiguration()Returns the value of the ShardConfiguration property for this object.Methods in software.amazon.awssdk.services.memorydb.model with parameters of type ShardConfigurationRequest Modifier and Type Method Description UpdateClusterRequest.BuilderUpdateClusterRequest.Builder. shardConfiguration(ShardConfigurationRequest shardConfiguration)The number of shards in the cluster.UpdateMultiRegionClusterRequest.BuilderUpdateMultiRegionClusterRequest.Builder. shardConfiguration(ShardConfigurationRequest shardConfiguration)Sets the value of the ShardConfiguration property for this object.
-