Package | Description |
---|---|
software.amazon.awssdk.services.dynamodb.streams |
|
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.
|
Copyright © 2023. All rights reserved.