Uses of Class
software.amazon.awssdk.services.ivs.model.ListChannelsRequest
-
Packages that use ListChannelsRequest Package Description software.amazon.awssdk.services.ivs Introductionsoftware.amazon.awssdk.services.ivs.paginators software.amazon.awssdk.services.ivs.transform -
-
Uses of ListChannelsRequest in software.amazon.awssdk.services.ivs
Methods in software.amazon.awssdk.services.ivs with parameters of type ListChannelsRequest Modifier and Type Method Description default CompletableFuture<ListChannelsResponse>IvsAsyncClient. listChannels(ListChannelsRequest listChannelsRequest)Gets summary information about all channels in your account, in the Amazon Web Services region where the API request is processed.default ListChannelsResponseIvsClient. listChannels(ListChannelsRequest listChannelsRequest)Gets summary information about all channels in your account, in the Amazon Web Services region where the API request is processed.default ListChannelsPublisherIvsAsyncClient. listChannelsPaginator(ListChannelsRequest listChannelsRequest)This is a variant ofIvsAsyncClient.listChannels(software.amazon.awssdk.services.ivs.model.ListChannelsRequest)operation.default ListChannelsIterableIvsClient. listChannelsPaginator(ListChannelsRequest listChannelsRequest)This is a variant ofIvsClient.listChannels(software.amazon.awssdk.services.ivs.model.ListChannelsRequest)operation. -
Uses of ListChannelsRequest in software.amazon.awssdk.services.ivs.paginators
Constructors in software.amazon.awssdk.services.ivs.paginators with parameters of type ListChannelsRequest Constructor Description ListChannelsIterable(IvsClient client, ListChannelsRequest firstRequest)ListChannelsPublisher(IvsAsyncClient client, ListChannelsRequest firstRequest) -
Uses of ListChannelsRequest in software.amazon.awssdk.services.ivs.transform
Methods in software.amazon.awssdk.services.ivs.transform with parameters of type ListChannelsRequest Modifier and Type Method Description SdkHttpFullRequestListChannelsRequestMarshaller. marshall(ListChannelsRequest listChannelsRequest)
-