Uses of Class
software.amazon.awssdk.services.ivs.model.ListStreamsResponse
-
Packages that use ListStreamsResponse Package Description software.amazon.awssdk.services.ivs Introductionsoftware.amazon.awssdk.services.ivs.paginators -
-
Uses of ListStreamsResponse in software.amazon.awssdk.services.ivs
Methods in software.amazon.awssdk.services.ivs that return ListStreamsResponse Modifier and Type Method Description default ListStreamsResponseIvsClient. listStreams(Consumer<ListStreamsRequest.Builder> listStreamsRequest)Gets summary information about live streams in your account, in the Amazon Web Services region where the API request is processed.default ListStreamsResponseIvsClient. listStreams(ListStreamsRequest listStreamsRequest)Gets summary information about live streams in your account, in the Amazon Web Services region where the API request is processed.Methods in software.amazon.awssdk.services.ivs that return types with arguments of type ListStreamsResponse Modifier and Type Method Description default CompletableFuture<ListStreamsResponse>IvsAsyncClient. listStreams(Consumer<ListStreamsRequest.Builder> listStreamsRequest)Gets summary information about live streams in your account, in the Amazon Web Services region where the API request is processed.default CompletableFuture<ListStreamsResponse>IvsAsyncClient. listStreams(ListStreamsRequest listStreamsRequest)Gets summary information about live streams in your account, in the Amazon Web Services region where the API request is processed. -
Uses of ListStreamsResponse in software.amazon.awssdk.services.ivs.paginators
Methods in software.amazon.awssdk.services.ivs.paginators that return types with arguments of type ListStreamsResponse Modifier and Type Method Description Iterator<ListStreamsResponse>ListStreamsIterable. iterator()Method parameters in software.amazon.awssdk.services.ivs.paginators with type arguments of type ListStreamsResponse Modifier and Type Method Description voidListStreamsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListStreamsResponse> subscriber)
-