Uses of Class
software.amazon.awssdk.services.chimesdkmessaging.model.UpdateChannelResponse
-
Packages that use UpdateChannelResponse Package Description software.amazon.awssdk.services.chimesdkmessaging The Amazon Chime SDK messaging APIs in this section allow software developers to send and receive messages in custom messaging applications. -
-
Uses of UpdateChannelResponse in software.amazon.awssdk.services.chimesdkmessaging
Methods in software.amazon.awssdk.services.chimesdkmessaging that return UpdateChannelResponse Modifier and Type Method Description default UpdateChannelResponseChimeSdkMessagingClient. updateChannel(Consumer<UpdateChannelRequest.Builder> updateChannelRequest)Update a channel's attributes.default UpdateChannelResponseChimeSdkMessagingClient. updateChannel(UpdateChannelRequest updateChannelRequest)Update a channel's attributes.Methods in software.amazon.awssdk.services.chimesdkmessaging that return types with arguments of type UpdateChannelResponse Modifier and Type Method Description default CompletableFuture<UpdateChannelResponse>ChimeSdkMessagingAsyncClient. updateChannel(Consumer<UpdateChannelRequest.Builder> updateChannelRequest)Update a channel's attributes.default CompletableFuture<UpdateChannelResponse>ChimeSdkMessagingAsyncClient. updateChannel(UpdateChannelRequest updateChannelRequest)Update a channel's attributes.
-