Uses of Class
software.amazon.awssdk.services.kinesis.model.ListStreamsRequest
-
Packages that use ListStreamsRequest Package Description software.amazon.awssdk.services.kinesis Amazon Kinesis Data Streams Service API Reference software.amazon.awssdk.services.kinesis.paginators software.amazon.awssdk.services.kinesis.transform -
-
Uses of ListStreamsRequest in software.amazon.awssdk.services.kinesis
Methods in software.amazon.awssdk.services.kinesis with parameters of type ListStreamsRequest Modifier and Type Method Description default CompletableFuture<ListStreamsResponse>KinesisAsyncClient. listStreams(ListStreamsRequest listStreamsRequest)Lists your Kinesis data streams.default ListStreamsResponseKinesisClient. listStreams(ListStreamsRequest listStreamsRequest)Lists your Kinesis data streams.default ListStreamsPublisherKinesisAsyncClient. listStreamsPaginator(ListStreamsRequest listStreamsRequest)Lists your Kinesis data streams.default ListStreamsIterableKinesisClient. listStreamsPaginator(ListStreamsRequest listStreamsRequest)Lists your Kinesis data streams. -
Uses of ListStreamsRequest in software.amazon.awssdk.services.kinesis.paginators
Constructors in software.amazon.awssdk.services.kinesis.paginators with parameters of type ListStreamsRequest Constructor Description ListStreamsIterable(KinesisClient client, ListStreamsRequest firstRequest)ListStreamsPublisher(KinesisAsyncClient client, ListStreamsRequest firstRequest) -
Uses of ListStreamsRequest in software.amazon.awssdk.services.kinesis.transform
Methods in software.amazon.awssdk.services.kinesis.transform with parameters of type ListStreamsRequest Modifier and Type Method Description SdkHttpFullRequestListStreamsRequestMarshaller. marshall(ListStreamsRequest listStreamsRequest)
-