Uses of Class
software.amazon.awssdk.services.ivs.model.UpdateChannelRequest
-
Packages that use UpdateChannelRequest Package Description software.amazon.awssdk.services.ivs Introductionsoftware.amazon.awssdk.services.ivs.transform -
-
Uses of UpdateChannelRequest in software.amazon.awssdk.services.ivs
Methods in software.amazon.awssdk.services.ivs with parameters of type UpdateChannelRequest Modifier and Type Method Description default CompletableFuture<UpdateChannelResponse>IvsAsyncClient. updateChannel(UpdateChannelRequest updateChannelRequest)Updates a channel's configuration.default UpdateChannelResponseIvsClient. updateChannel(UpdateChannelRequest updateChannelRequest)Updates a channel's configuration. -
Uses of UpdateChannelRequest in software.amazon.awssdk.services.ivs.transform
Methods in software.amazon.awssdk.services.ivs.transform with parameters of type UpdateChannelRequest Modifier and Type Method Description SdkHttpFullRequestUpdateChannelRequestMarshaller. marshall(UpdateChannelRequest updateChannelRequest)
-