Uses of Class
software.amazon.awssdk.services.mediatailor.model.ListChannelsRequest
-
Packages that use ListChannelsRequest 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 software.amazon.awssdk.services.mediatailor.transform -
-
Uses of ListChannelsRequest in software.amazon.awssdk.services.mediatailor
Methods in software.amazon.awssdk.services.mediatailor with parameters of type ListChannelsRequest Modifier and Type Method Description default CompletableFuture<ListChannelsResponse>MediaTailorAsyncClient. listChannels(ListChannelsRequest 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.default ListChannelsPublisherMediaTailorAsyncClient. listChannelsPaginator(ListChannelsRequest listChannelsRequest)Retrieves information about the channels that are associated with the current AWS account.default ListChannelsIterableMediaTailorClient. listChannelsPaginator(ListChannelsRequest listChannelsRequest)Retrieves information about the channels that are associated with the current AWS account. -
Uses of ListChannelsRequest in software.amazon.awssdk.services.mediatailor.paginators
Constructors in software.amazon.awssdk.services.mediatailor.paginators with parameters of type ListChannelsRequest Constructor Description ListChannelsIterable(MediaTailorClient client, ListChannelsRequest firstRequest)ListChannelsPublisher(MediaTailorAsyncClient client, ListChannelsRequest firstRequest) -
Uses of ListChannelsRequest in software.amazon.awssdk.services.mediatailor.transform
Methods in software.amazon.awssdk.services.mediatailor.transform with parameters of type ListChannelsRequest Modifier and Type Method Description SdkHttpFullRequestListChannelsRequestMarshaller. marshall(ListChannelsRequest listChannelsRequest)
-