Uses of Class
software.amazon.awssdk.services.dynamodb.model.ListStreamsRequest
-
Packages that use ListStreamsRequest Package Description software.amazon.awssdk.services.dynamodb.streams Amazon DynamoDB software.amazon.awssdk.services.dynamodb.streams.transform -
-
Uses of ListStreamsRequest in software.amazon.awssdk.services.dynamodb.streams
Methods in software.amazon.awssdk.services.dynamodb.streams with parameters of type ListStreamsRequest Modifier and Type Method Description default CompletableFuture<ListStreamsResponse>DynamoDbStreamsAsyncClient. listStreams(ListStreamsRequest 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. -
Uses of ListStreamsRequest in software.amazon.awssdk.services.dynamodb.streams.transform
Methods in software.amazon.awssdk.services.dynamodb.streams.transform with parameters of type ListStreamsRequest Modifier and Type Method Description SdkHttpFullRequestListStreamsRequestMarshaller. marshall(ListStreamsRequest listStreamsRequest)
-