Uses of Class
software.amazon.awssdk.services.ivs.model.ListChannelsResponse
-
Packages that use ListChannelsResponse Package Description software.amazon.awssdk.services.ivs Introductionsoftware.amazon.awssdk.services.ivs.paginators -
-
Uses of ListChannelsResponse in software.amazon.awssdk.services.ivs
Methods in software.amazon.awssdk.services.ivs that return ListChannelsResponse Modifier and Type Method Description default ListChannelsResponseIvsClient. listChannels(Consumer<ListChannelsRequest.Builder> 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.Methods in software.amazon.awssdk.services.ivs that return types with arguments of type ListChannelsResponse Modifier and Type Method Description default CompletableFuture<ListChannelsResponse>IvsAsyncClient. listChannels(Consumer<ListChannelsRequest.Builder> listChannelsRequest)Gets summary information about all channels in your account, in the Amazon Web Services region where the API request is processed.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. -
Uses of ListChannelsResponse in software.amazon.awssdk.services.ivs.paginators
Methods in software.amazon.awssdk.services.ivs.paginators that return types with arguments of type ListChannelsResponse Modifier and Type Method Description Iterator<ListChannelsResponse>ListChannelsIterable. iterator()Method parameters in software.amazon.awssdk.services.ivs.paginators with type arguments of type ListChannelsResponse Modifier and Type Method Description voidListChannelsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListChannelsResponse> subscriber)
-