Uses of Class
software.amazon.awssdk.services.mediatailor.model.UpdateChannelResponse
-
Packages that use UpdateChannelResponse 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 UpdateChannelResponse in software.amazon.awssdk.services.mediatailor
Methods in software.amazon.awssdk.services.mediatailor that return UpdateChannelResponse Modifier and Type Method Description default UpdateChannelResponseMediaTailorClient. updateChannel(Consumer<UpdateChannelRequest.Builder> updateChannelRequest)Updates a channel.default UpdateChannelResponseMediaTailorClient. updateChannel(UpdateChannelRequest updateChannelRequest)Updates a channel.Methods in software.amazon.awssdk.services.mediatailor that return types with arguments of type UpdateChannelResponse Modifier and Type Method Description default CompletableFuture<UpdateChannelResponse>MediaTailorAsyncClient. updateChannel(Consumer<UpdateChannelRequest.Builder> updateChannelRequest)Updates a channel.default CompletableFuture<UpdateChannelResponse>MediaTailorAsyncClient. updateChannel(UpdateChannelRequest updateChannelRequest)Updates a channel.
-