Uses of Class
software.amazon.awssdk.services.appflow.model.CreateFlowRequest
-
Packages that use CreateFlowRequest Package Description software.amazon.awssdk.services.appflow Welcome to the Amazon AppFlow API reference.software.amazon.awssdk.services.appflow.transform -
-
Uses of CreateFlowRequest in software.amazon.awssdk.services.appflow
Methods in software.amazon.awssdk.services.appflow with parameters of type CreateFlowRequest Modifier and Type Method Description default CompletableFuture<CreateFlowResponse>AppflowAsyncClient. createFlow(CreateFlowRequest createFlowRequest)Enables your application to create a new flow using Amazon AppFlow.default CreateFlowResponseAppflowClient. createFlow(CreateFlowRequest createFlowRequest)Enables your application to create a new flow using Amazon AppFlow. -
Uses of CreateFlowRequest in software.amazon.awssdk.services.appflow.transform
Methods in software.amazon.awssdk.services.appflow.transform with parameters of type CreateFlowRequest Modifier and Type Method Description SdkHttpFullRequestCreateFlowRequestMarshaller. marshall(CreateFlowRequest createFlowRequest)
-