Uses of Class
software.amazon.awssdk.services.chimesdkmessaging.model.CreateChannelFlowRequest
-
Packages that use CreateChannelFlowRequest 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 CreateChannelFlowRequest in software.amazon.awssdk.services.chimesdkmessaging
Methods in software.amazon.awssdk.services.chimesdkmessaging with parameters of type CreateChannelFlowRequest Modifier and Type Method Description default CompletableFuture<CreateChannelFlowResponse>ChimeSdkMessagingAsyncClient. createChannelFlow(CreateChannelFlowRequest createChannelFlowRequest)Creates a channel flow, a container for processors.default CreateChannelFlowResponseChimeSdkMessagingClient. createChannelFlow(CreateChannelFlowRequest createChannelFlowRequest)Creates a channel flow, a container for processors. -
Uses of CreateChannelFlowRequest in software.amazon.awssdk.services.chimesdkmessaging.transform
Methods in software.amazon.awssdk.services.chimesdkmessaging.transform with parameters of type CreateChannelFlowRequest Modifier and Type Method Description SdkHttpFullRequestCreateChannelFlowRequestMarshaller. marshall(CreateChannelFlowRequest createChannelFlowRequest)
-