Uses of Class
software.amazon.awssdk.services.chimesdkmessaging.model.DisassociateChannelFlowResponse
-
Packages that use DisassociateChannelFlowResponse 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 DisassociateChannelFlowResponse in software.amazon.awssdk.services.chimesdkmessaging
Methods in software.amazon.awssdk.services.chimesdkmessaging that return DisassociateChannelFlowResponse Modifier and Type Method Description default DisassociateChannelFlowResponseChimeSdkMessagingClient. disassociateChannelFlow(Consumer<DisassociateChannelFlowRequest.Builder> disassociateChannelFlowRequest)Disassociates a channel flow from all its channels.default DisassociateChannelFlowResponseChimeSdkMessagingClient. disassociateChannelFlow(DisassociateChannelFlowRequest disassociateChannelFlowRequest)Disassociates a channel flow from all its channels.Methods in software.amazon.awssdk.services.chimesdkmessaging that return types with arguments of type DisassociateChannelFlowResponse Modifier and Type Method Description default CompletableFuture<DisassociateChannelFlowResponse>ChimeSdkMessagingAsyncClient. disassociateChannelFlow(Consumer<DisassociateChannelFlowRequest.Builder> disassociateChannelFlowRequest)Disassociates a channel flow from all its channels.default CompletableFuture<DisassociateChannelFlowResponse>ChimeSdkMessagingAsyncClient. disassociateChannelFlow(DisassociateChannelFlowRequest disassociateChannelFlowRequest)Disassociates a channel flow from all its channels.
-