Uses of Class
software.amazon.awssdk.services.dynamodb.model.ListStreamsResponse
Packages that use ListStreamsResponse
-
Uses of ListStreamsResponse in software.amazon.awssdk.services.dynamodb.streams
Methods in software.amazon.awssdk.services.dynamodb.streams that return ListStreamsResponseModifier and TypeMethodDescriptiondefault 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 ListStreamsResponseModifier and TypeMethodDescriptiondefault 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.