Uses of Class
software.amazon.awssdk.services.chime.model.UpdateChannelResponse
-
Packages that use UpdateChannelResponse Package Description software.amazon.awssdk.services.chime -
-
Uses of UpdateChannelResponse in software.amazon.awssdk.services.chime
Methods in software.amazon.awssdk.services.chime that return UpdateChannelResponse Modifier and Type Method Description default UpdateChannelResponseChimeClient. updateChannel(Consumer<UpdateChannelRequest.Builder> updateChannelRequest)Deprecated.Replaced by UpdateChannel in the Amazon Chime SDK Messaging Namespacedefault UpdateChannelResponseChimeClient. updateChannel(UpdateChannelRequest updateChannelRequest)Deprecated.Replaced by UpdateChannel in the Amazon Chime SDK Messaging NamespaceMethods in software.amazon.awssdk.services.chime that return types with arguments of type UpdateChannelResponse Modifier and Type Method Description default CompletableFuture<UpdateChannelResponse>ChimeAsyncClient. updateChannel(Consumer<UpdateChannelRequest.Builder> updateChannelRequest)Deprecated.Replaced by UpdateChannel in the Amazon Chime SDK Messaging Namespacedefault CompletableFuture<UpdateChannelResponse>ChimeAsyncClient. updateChannel(UpdateChannelRequest updateChannelRequest)Deprecated.Replaced by UpdateChannel in the Amazon Chime SDK Messaging Namespace
-