Uses of Class
software.amazon.awssdk.services.kinesis.model.ListStreamsResponse
Packages that use ListStreamsResponse
Package
Description
-
Uses of ListStreamsResponse in software.amazon.awssdk.services.kinesis
Methods in software.amazon.awssdk.services.kinesis that return ListStreamsResponseModifier and TypeMethodDescriptiondefault ListStreamsResponseKinesisClient.listStreams()Lists your Kinesis data streams.default ListStreamsResponseKinesisClient.listStreams(Consumer<ListStreamsRequest.Builder> listStreamsRequest) Lists your Kinesis data streams.default ListStreamsResponseKinesisClient.listStreams(ListStreamsRequest listStreamsRequest) Lists your Kinesis data streams.Methods in software.amazon.awssdk.services.kinesis that return types with arguments of type ListStreamsResponseModifier and TypeMethodDescriptiondefault CompletableFuture<ListStreamsResponse>KinesisAsyncClient.listStreams()Lists your Kinesis data streams.default CompletableFuture<ListStreamsResponse>KinesisAsyncClient.listStreams(Consumer<ListStreamsRequest.Builder> listStreamsRequest) Lists your Kinesis data streams.default CompletableFuture<ListStreamsResponse>KinesisAsyncClient.listStreams(ListStreamsRequest listStreamsRequest) Lists your Kinesis data streams. -
Uses of ListStreamsResponse in software.amazon.awssdk.services.kinesis.paginators
Methods in software.amazon.awssdk.services.kinesis.paginators that return types with arguments of type ListStreamsResponseMethod parameters in software.amazon.awssdk.services.kinesis.paginators with type arguments of type ListStreamsResponseModifier and TypeMethodDescriptionvoidListStreamsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListStreamsResponse> subscriber)