Uses of Class
software.amazon.awssdk.services.appflow.model.CreateFlowResponse
-
Packages that use CreateFlowResponse Package Description software.amazon.awssdk.services.appflow Welcome to the Amazon AppFlow API reference. -
-
Uses of CreateFlowResponse in software.amazon.awssdk.services.appflow
Methods in software.amazon.awssdk.services.appflow that return CreateFlowResponse Modifier and Type Method Description default CreateFlowResponseAppflowClient. createFlow(Consumer<CreateFlowRequest.Builder> 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.Methods in software.amazon.awssdk.services.appflow that return types with arguments of type CreateFlowResponse Modifier and Type Method Description default CompletableFuture<CreateFlowResponse>AppflowAsyncClient. createFlow(Consumer<CreateFlowRequest.Builder> createFlowRequest)Enables your application to create a new flow using Amazon AppFlow.default CompletableFuture<CreateFlowResponse>AppflowAsyncClient. createFlow(CreateFlowRequest createFlowRequest)Enables your application to create a new flow using Amazon AppFlow.
-