Uses of Class
software.amazon.awssdk.services.medialive.model.ListChannelsRequest
-
Packages that use ListChannelsRequest Package Description software.amazon.awssdk.services.medialive API for AWS Elemental MediaLivesoftware.amazon.awssdk.services.medialive.paginators software.amazon.awssdk.services.medialive.transform -
-
Uses of ListChannelsRequest in software.amazon.awssdk.services.medialive
Methods in software.amazon.awssdk.services.medialive with parameters of type ListChannelsRequest Modifier and Type Method Description default CompletableFuture<ListChannelsResponse>MediaLiveAsyncClient. listChannels(ListChannelsRequest listChannelsRequest)Produces list of channels that have been createddefault ListChannelsResponseMediaLiveClient. listChannels(ListChannelsRequest listChannelsRequest)Produces list of channels that have been createddefault ListChannelsPublisherMediaLiveAsyncClient. listChannelsPaginator(ListChannelsRequest listChannelsRequest)Produces list of channels that have been createddefault ListChannelsIterableMediaLiveClient. listChannelsPaginator(ListChannelsRequest listChannelsRequest)Produces list of channels that have been created -
Uses of ListChannelsRequest in software.amazon.awssdk.services.medialive.paginators
Constructors in software.amazon.awssdk.services.medialive.paginators with parameters of type ListChannelsRequest Constructor Description ListChannelsIterable(MediaLiveClient client, ListChannelsRequest firstRequest)ListChannelsPublisher(MediaLiveAsyncClient client, ListChannelsRequest firstRequest) -
Uses of ListChannelsRequest in software.amazon.awssdk.services.medialive.transform
Methods in software.amazon.awssdk.services.medialive.transform with parameters of type ListChannelsRequest Modifier and Type Method Description SdkHttpFullRequestListChannelsRequestMarshaller. marshall(ListChannelsRequest listChannelsRequest)
-