Uses of Class
software.amazon.awssdk.services.chimesdkmessaging.model.UpdateChannelFlowResponse
-
Packages that use UpdateChannelFlowResponse 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 UpdateChannelFlowResponse in software.amazon.awssdk.services.chimesdkmessaging
Methods in software.amazon.awssdk.services.chimesdkmessaging that return UpdateChannelFlowResponse Modifier and Type Method Description default UpdateChannelFlowResponseChimeSdkMessagingClient. updateChannelFlow(Consumer<UpdateChannelFlowRequest.Builder> updateChannelFlowRequest)Updates channel flow attributes.default UpdateChannelFlowResponseChimeSdkMessagingClient. updateChannelFlow(UpdateChannelFlowRequest updateChannelFlowRequest)Updates channel flow attributes.Methods in software.amazon.awssdk.services.chimesdkmessaging that return types with arguments of type UpdateChannelFlowResponse Modifier and Type Method Description default CompletableFuture<UpdateChannelFlowResponse>ChimeSdkMessagingAsyncClient. updateChannelFlow(Consumer<UpdateChannelFlowRequest.Builder> updateChannelFlowRequest)Updates channel flow attributes.default CompletableFuture<UpdateChannelFlowResponse>ChimeSdkMessagingAsyncClient. updateChannelFlow(UpdateChannelFlowRequest updateChannelFlowRequest)Updates channel flow attributes.
-