Uses of Class
software.amazon.awssdk.services.ivs.model.ListStreamsRequest
-
Packages that use ListStreamsRequest Package Description software.amazon.awssdk.services.ivs Introductionsoftware.amazon.awssdk.services.ivs.paginators software.amazon.awssdk.services.ivs.transform -
-
Uses of ListStreamsRequest in software.amazon.awssdk.services.ivs
Methods in software.amazon.awssdk.services.ivs with parameters of type ListStreamsRequest Modifier and Type Method Description 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.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.default ListStreamsPublisherIvsAsyncClient. listStreamsPaginator(ListStreamsRequest listStreamsRequest)This is a variant ofIvsAsyncClient.listStreams(software.amazon.awssdk.services.ivs.model.ListStreamsRequest)operation.default ListStreamsIterableIvsClient. listStreamsPaginator(ListStreamsRequest listStreamsRequest)This is a variant ofIvsClient.listStreams(software.amazon.awssdk.services.ivs.model.ListStreamsRequest)operation. -
Uses of ListStreamsRequest in software.amazon.awssdk.services.ivs.paginators
Constructors in software.amazon.awssdk.services.ivs.paginators with parameters of type ListStreamsRequest Constructor Description ListStreamsIterable(IvsClient client, ListStreamsRequest firstRequest)ListStreamsPublisher(IvsAsyncClient client, ListStreamsRequest firstRequest) -
Uses of ListStreamsRequest in software.amazon.awssdk.services.ivs.transform
Methods in software.amazon.awssdk.services.ivs.transform with parameters of type ListStreamsRequest Modifier and Type Method Description SdkHttpFullRequestListStreamsRequestMarshaller. marshall(ListStreamsRequest listStreamsRequest)
-