| Package | Description |
|---|---|
| software.amazon.awssdk.services.dynamodb.model | |
| software.amazon.awssdk.services.dynamodb.streams.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<Stream> |
ListStreamsResponse.streams()
A list of stream descriptors associated with the current account and endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
ListStreamsResponse.Builder |
ListStreamsResponse.Builder.streams(Stream... streams)
A list of stream descriptors associated with the current account and endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
ListStreamsResponse.Builder |
ListStreamsResponse.Builder.streams(Collection<Stream> streams)
A list of stream descriptors associated with the current account and endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<Stream> |
ListStreamsPublisher.streams()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<Stream> |
ListStreamsIterable.streams()
Returns an iterable to iterate through the paginated
ListStreamsResponse.streams() member. |
Copyright © 2019. All rights reserved.