Uses of Class
com.amazonaws.services.dynamodbv2.model.Shard
-
Packages that use Shard Package Description com.amazonaws.services.dynamodbv2.model -
-
Uses of Shard in com.amazonaws.services.dynamodbv2.model
Methods in com.amazonaws.services.dynamodbv2.model that return Shard Modifier and Type Method Description Shard
Shard. clone()
Shard
Shard. withParentShardId(String parentShardId)
The shard ID of the current shard's parent.Shard
Shard. withSequenceNumberRange(SequenceNumberRange sequenceNumberRange)
The range of possible sequence numbers for the shard.Shard
Shard. withShardId(String shardId)
The system-generated identifier for this shard.Methods in com.amazonaws.services.dynamodbv2.model that return types with arguments of type Shard Modifier and Type Method Description List<Shard>
StreamDescription. getShards()
The shards that comprise the stream.Methods in com.amazonaws.services.dynamodbv2.model with parameters of type Shard Modifier and Type Method Description StreamDescription
StreamDescription. withShards(Shard... shards)
The shards that comprise the stream.Method parameters in com.amazonaws.services.dynamodbv2.model with type arguments of type Shard Modifier and Type Method Description void
StreamDescription. setShards(Collection<Shard> shards)
The shards that comprise the stream.StreamDescription
StreamDescription. withShards(Collection<Shard> shards)
The shards that comprise the stream.
-