| Package | Description |
|---|---|
| software.amazon.awssdk.services.dynamodb.streams |
|
| software.amazon.awssdk.services.dynamodb.streams.paginators | |
| software.amazon.awssdk.services.dynamodb.streams.transform |
| Modifier and Type | Method and Description |
|---|---|
default ListStreamsResponse |
DynamoDbStreamsClient.listStreams(ListStreamsRequest listStreamsRequest)
Returns an array of stream ARNs associated with the current account and endpoint.
|
default CompletableFuture<ListStreamsResponse> |
DynamoDbStreamsAsyncClient.listStreams(ListStreamsRequest listStreamsRequest)
Returns an array of stream ARNs associated with the current account and endpoint.
|
default ListStreamsIterable |
DynamoDbStreamsClient.listStreamsPaginator(ListStreamsRequest listStreamsRequest)
Returns an array of stream ARNs associated with the current account and endpoint.
|
default ListStreamsPublisher |
DynamoDbStreamsAsyncClient.listStreamsPaginator(ListStreamsRequest listStreamsRequest)
Returns an array of stream ARNs associated with the current account and endpoint.
|
| Constructor and Description |
|---|
ListStreamsIterable(DynamoDbStreamsClient client,
ListStreamsRequest firstRequest) |
ListStreamsPublisher(DynamoDbStreamsAsyncClient client,
ListStreamsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListStreamsRequestMarshaller.marshall(ListStreamsRequest listStreamsRequest) |
Copyright © 2019. All rights reserved.