| Package | Description |
|---|---|
| software.amazon.awssdk.services.dynamodb.model |
| Modifier and Type | Method and Description |
|---|---|
static ListStreamsResponse.Builder |
ListStreamsResponse.builder() |
ListStreamsResponse.Builder |
ListStreamsResponse.Builder.lastEvaluatedStreamArn(String lastEvaluatedStreamArn)
The stream ARN of the item where the operation stopped, inclusive of the previous result set.
|
ListStreamsResponse.Builder |
ListStreamsResponse.Builder.streams(Collection<Stream> streams)
A list of stream descriptors associated with the current account and endpoint.
|
ListStreamsResponse.Builder |
ListStreamsResponse.Builder.streams(Consumer<Stream.Builder>... streams)
A list of stream descriptors associated with the current account and endpoint.
|
ListStreamsResponse.Builder |
ListStreamsResponse.Builder.streams(Stream... streams)
A list of stream descriptors associated with the current account and endpoint.
|
ListStreamsResponse.Builder |
ListStreamsResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListStreamsResponse.Builder> |
ListStreamsResponse.serializableBuilderClass() |
Copyright © 2019. All rights reserved.