| Package | Description |
|---|---|
| software.amazon.awssdk.services.dynamodb.streams |
|
| software.amazon.awssdk.services.dynamodb.streams.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListStreamsResponse |
DynamoDbStreamsClient.listStreams()
Returns an array of stream ARNs associated with the current account and endpoint.
|
default ListStreamsResponse |
DynamoDbStreamsClient.listStreams(Consumer<ListStreamsRequest.Builder> listStreamsRequest)
Returns an array of stream ARNs associated with the current account and endpoint.
|
default ListStreamsResponse |
DynamoDbStreamsClient.listStreams(ListStreamsRequest listStreamsRequest)
Returns an array of stream ARNs associated with the current account and endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListStreamsResponse> |
DynamoDbStreamsAsyncClient.listStreams()
Returns an array of stream ARNs associated with the current account and endpoint.
|
default CompletableFuture<ListStreamsResponse> |
DynamoDbStreamsAsyncClient.listStreams(Consumer<ListStreamsRequest.Builder> 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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListStreamsResponse> |
ListStreamsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListStreamsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListStreamsResponse> subscriber) |
Copyright © 2019. All rights reserved.