Uses of Class
software.amazon.awssdk.services.dynamodb.model.Shard
-
Packages that use Shard Package Description software.amazon.awssdk.services.dynamodb.model -
-
Uses of Shard in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type Shard Modifier and Type Method Description List<Shard>StreamDescription. shards()The shards that comprise the stream.Methods in software.amazon.awssdk.services.dynamodb.model with parameters of type Shard Modifier and Type Method Description StreamDescription.BuilderStreamDescription.Builder. shards(Shard... shards)The shards that comprise the stream.Method parameters in software.amazon.awssdk.services.dynamodb.model with type arguments of type Shard Modifier and Type Method Description StreamDescription.BuilderStreamDescription.Builder. shards(Collection<Shard> shards)The shards that comprise the stream.
-