| Package | Description |
|---|---|
| software.amazon.awssdk.services.dynamodb.model | |
| software.amazon.awssdk.services.dynamodb.streams.paginators |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<Shard> |
DescribeStreamPublisher.shards()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<Shard> |
DescribeStreamIterable.shards()
Returns an iterable to iterate through the paginated
DescribeStreamResponse#shards() member. |
Copyright © 2019. All rights reserved.