Uses of Class
software.amazon.awssdk.services.chimesdkmessaging.model.AssociateChannelFlowRequest
-
Packages that use AssociateChannelFlowRequest 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 AssociateChannelFlowRequest in software.amazon.awssdk.services.chimesdkmessaging
Methods in software.amazon.awssdk.services.chimesdkmessaging with parameters of type AssociateChannelFlowRequest Modifier and Type Method Description default CompletableFuture<AssociateChannelFlowResponse>ChimeSdkMessagingAsyncClient. associateChannelFlow(AssociateChannelFlowRequest associateChannelFlowRequest)Associates a channel flow with a channel.default AssociateChannelFlowResponseChimeSdkMessagingClient. associateChannelFlow(AssociateChannelFlowRequest associateChannelFlowRequest)Associates a channel flow with a channel. -
Uses of AssociateChannelFlowRequest in software.amazon.awssdk.services.chimesdkmessaging.transform
Methods in software.amazon.awssdk.services.chimesdkmessaging.transform with parameters of type AssociateChannelFlowRequest Modifier and Type Method Description SdkHttpFullRequestAssociateChannelFlowRequestMarshaller. marshall(AssociateChannelFlowRequest associateChannelFlowRequest)
-