Uses of Class
software.amazon.awssdk.services.medialive.model.UpdateChannelResponse
-
Packages that use UpdateChannelResponse Package Description software.amazon.awssdk.services.medialive API for AWS Elemental MediaLive -
-
Uses of UpdateChannelResponse in software.amazon.awssdk.services.medialive
Methods in software.amazon.awssdk.services.medialive that return UpdateChannelResponse Modifier and Type Method Description default UpdateChannelResponseMediaLiveClient. updateChannel(Consumer<UpdateChannelRequest.Builder> updateChannelRequest)Updates a channel.default UpdateChannelResponseMediaLiveClient. updateChannel(UpdateChannelRequest updateChannelRequest)Updates a channel.Methods in software.amazon.awssdk.services.medialive that return types with arguments of type UpdateChannelResponse Modifier and Type Method Description default CompletableFuture<UpdateChannelResponse>MediaLiveAsyncClient. updateChannel(Consumer<UpdateChannelRequest.Builder> updateChannelRequest)Updates a channel.default CompletableFuture<UpdateChannelResponse>MediaLiveAsyncClient. updateChannel(UpdateChannelRequest updateChannelRequest)Updates a channel.
-