Uses of Class
software.amazon.awssdk.services.memorydb.model.ShardDetail
-
Packages that use ShardDetail Package Description software.amazon.awssdk.services.memorydb.model -
-
Uses of ShardDetail in software.amazon.awssdk.services.memorydb.model
Methods in software.amazon.awssdk.services.memorydb.model that return types with arguments of type ShardDetail Modifier and Type Method Description List<ShardDetail>ClusterConfiguration. shards()The list of shards in the clusterMethods in software.amazon.awssdk.services.memorydb.model with parameters of type ShardDetail Modifier and Type Method Description ClusterConfiguration.BuilderClusterConfiguration.Builder. shards(ShardDetail... shards)The list of shards in the clusterMethod parameters in software.amazon.awssdk.services.memorydb.model with type arguments of type ShardDetail Modifier and Type Method Description ClusterConfiguration.BuilderClusterConfiguration.Builder. shards(Collection<ShardDetail> shards)The list of shards in the cluster
-