Package | Description |
---|---|
software.amazon.awssdk.services.dynamodb.model |
Modifier and Type | Method and Description |
---|---|
List<Shard> |
StreamDescription.shards()
The shards that comprise the stream.
|
Modifier and Type | Method and Description |
---|---|
StreamDescription.Builder |
StreamDescription.Builder.shards(Shard... shards)
The shards that comprise the stream.
|
Modifier and Type | Method and Description |
---|---|
StreamDescription.Builder |
StreamDescription.Builder.shards(Collection<Shard> shards)
The shards that comprise the stream.
|
Copyright © 2023. All rights reserved.