Uses of Class
software.amazon.awssdk.services.memorydb.model.Shard
-
Packages that use Shard Package Description software.amazon.awssdk.services.memorydb.model -
-
Uses of Shard in software.amazon.awssdk.services.memorydb.model
Methods in software.amazon.awssdk.services.memorydb.model that return types with arguments of type Shard Modifier and Type Method Description List<Shard>Cluster. shards()A list of shards that are members of the cluster.Methods in software.amazon.awssdk.services.memorydb.model with parameters of type Shard Modifier and Type Method Description Cluster.BuilderCluster.Builder. shards(Shard... shards)A list of shards that are members of the cluster.Method parameters in software.amazon.awssdk.services.memorydb.model with type arguments of type Shard Modifier and Type Method Description Cluster.BuilderCluster.Builder. shards(Collection<Shard> shards)A list of shards that are members of the cluster.
-