Uses of Class
software.amazon.awssdk.services.ivs.model.UpdateChannelResponse
-
Packages that use UpdateChannelResponse Package Description software.amazon.awssdk.services.ivs Introduction -
-
Uses of UpdateChannelResponse in software.amazon.awssdk.services.ivs
Methods in software.amazon.awssdk.services.ivs that return UpdateChannelResponse Modifier and Type Method Description default UpdateChannelResponseIvsClient. updateChannel(Consumer<UpdateChannelRequest.Builder> updateChannelRequest)Updates a channel's configuration.default UpdateChannelResponseIvsClient. updateChannel(UpdateChannelRequest updateChannelRequest)Updates a channel's configuration.Methods in software.amazon.awssdk.services.ivs that return types with arguments of type UpdateChannelResponse Modifier and Type Method Description default CompletableFuture<UpdateChannelResponse>IvsAsyncClient. updateChannel(Consumer<UpdateChannelRequest.Builder> updateChannelRequest)Updates a channel's configuration.default CompletableFuture<UpdateChannelResponse>IvsAsyncClient. updateChannel(UpdateChannelRequest updateChannelRequest)Updates a channel's configuration.
-