Uses of Class
software.amazon.awssdk.services.mediatailor.model.StartChannelResponse
-
Packages that use StartChannelResponse 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 StartChannelResponse in software.amazon.awssdk.services.mediatailor
Methods in software.amazon.awssdk.services.mediatailor that return StartChannelResponse Modifier and Type Method Description default StartChannelResponseMediaTailorClient. startChannel(Consumer<StartChannelRequest.Builder> startChannelRequest)Starts a channel.default StartChannelResponseMediaTailorClient. startChannel(StartChannelRequest startChannelRequest)Starts a channel.Methods in software.amazon.awssdk.services.mediatailor that return types with arguments of type StartChannelResponse Modifier and Type Method Description default CompletableFuture<StartChannelResponse>MediaTailorAsyncClient. startChannel(Consumer<StartChannelRequest.Builder> startChannelRequest)Starts a channel.default CompletableFuture<StartChannelResponse>MediaTailorAsyncClient. startChannel(StartChannelRequest startChannelRequest)Starts a channel.
-