Uses of Class
software.amazon.awssdk.services.mediatailor.model.CreateChannelResponse
-
Packages that use CreateChannelResponse Package Description software.amazon.awssdk.services.mediatailor Use the AWS Elemental MediaTailor SDKs and CLI to configure scalable ad insertion and linear channels. -
-
Uses of CreateChannelResponse in software.amazon.awssdk.services.mediatailor
Methods in software.amazon.awssdk.services.mediatailor that return CreateChannelResponse Modifier and Type Method Description default CreateChannelResponseMediaTailorClient. createChannel(Consumer<CreateChannelRequest.Builder> createChannelRequest)Creates a channel.default CreateChannelResponseMediaTailorClient. createChannel(CreateChannelRequest createChannelRequest)Creates a channel.Methods in software.amazon.awssdk.services.mediatailor that return types with arguments of type CreateChannelResponse Modifier and Type Method Description default CompletableFuture<CreateChannelResponse>MediaTailorAsyncClient. createChannel(Consumer<CreateChannelRequest.Builder> createChannelRequest)Creates a channel.default CompletableFuture<CreateChannelResponse>MediaTailorAsyncClient. createChannel(CreateChannelRequest createChannelRequest)Creates a channel.
-