Package | Description |
---|---|
com.amazonaws.services.dynamodbv2.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
List<Shard> |
StreamDescription.getShards()
The shards that comprise the stream.
|
Modifier and Type | Method and Description |
---|---|
StreamDescription |
StreamDescription.withShards(Shard... shards)
The shards that comprise the stream.
|
Modifier and Type | Method and 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.
|
Copyright © 2023. All rights reserved.