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