Uses of Class
software.amazon.awssdk.services.mediatailor.model.ListChannelsResponse
-
Packages that use ListChannelsResponse Package Description software.amazon.awssdk.services.mediatailor Use the AWS Elemental MediaTailor SDKs and CLI to configure scalable ad insertion and linear channels.software.amazon.awssdk.services.mediatailor.paginators -
-
Uses of ListChannelsResponse in software.amazon.awssdk.services.mediatailor
Methods in software.amazon.awssdk.services.mediatailor that return ListChannelsResponse Modifier and Type Method Description default ListChannelsResponseMediaTailorClient. listChannels(Consumer<ListChannelsRequest.Builder> listChannelsRequest)Retrieves information about the channels that are associated with the current AWS account.default ListChannelsResponseMediaTailorClient. listChannels(ListChannelsRequest listChannelsRequest)Retrieves information about the channels that are associated with the current AWS account.Methods in software.amazon.awssdk.services.mediatailor that return types with arguments of type ListChannelsResponse Modifier and Type Method Description default CompletableFuture<ListChannelsResponse>MediaTailorAsyncClient. listChannels(Consumer<ListChannelsRequest.Builder> listChannelsRequest)Retrieves information about the channels that are associated with the current AWS account.default CompletableFuture<ListChannelsResponse>MediaTailorAsyncClient. listChannels(ListChannelsRequest listChannelsRequest)Retrieves information about the channels that are associated with the current AWS account. -
Uses of ListChannelsResponse in software.amazon.awssdk.services.mediatailor.paginators
Methods in software.amazon.awssdk.services.mediatailor.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.mediatailor.paginators with type arguments of type ListChannelsResponse Modifier and Type Method Description voidListChannelsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListChannelsResponse> subscriber)
-