Uses of Class
software.amazon.awssdk.services.dynamodb.model.ListStreamsResponse
-
Packages that use ListStreamsResponse Package Description software.amazon.awssdk.services.dynamodb.streams Amazon DynamoDB -
-
Uses of ListStreamsResponse in software.amazon.awssdk.services.dynamodb.streams
Methods in software.amazon.awssdk.services.dynamodb.streams that return ListStreamsResponse Modifier and Type Method Description default ListStreamsResponseDynamoDbStreamsClient. listStreams()Returns an array of stream ARNs associated with the current account and endpoint.default ListStreamsResponseDynamoDbStreamsClient. listStreams(Consumer<ListStreamsRequest.Builder> listStreamsRequest)Returns an array of stream ARNs associated with the current account and endpoint.default ListStreamsResponseDynamoDbStreamsClient. listStreams(ListStreamsRequest listStreamsRequest)Returns an array of stream ARNs associated with the current account and endpoint.Methods in software.amazon.awssdk.services.dynamodb.streams that return types with arguments of type ListStreamsResponse Modifier and Type Method 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.
-