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