Uses of Class
software.amazon.awssdk.services.appflow.model.StartFlowResponse
-
Packages that use StartFlowResponse Package Description software.amazon.awssdk.services.appflow Welcome to the Amazon AppFlow API reference. -
-
Uses of StartFlowResponse in software.amazon.awssdk.services.appflow
Methods in software.amazon.awssdk.services.appflow that return StartFlowResponse Modifier and Type Method Description default StartFlowResponseAppflowClient. startFlow(Consumer<StartFlowRequest.Builder> startFlowRequest)Activates an existing flow.default StartFlowResponseAppflowClient. startFlow(StartFlowRequest startFlowRequest)Activates an existing flow.Methods in software.amazon.awssdk.services.appflow that return types with arguments of type StartFlowResponse Modifier and Type Method Description default CompletableFuture<StartFlowResponse>AppflowAsyncClient. startFlow(Consumer<StartFlowRequest.Builder> startFlowRequest)Activates an existing flow.default CompletableFuture<StartFlowResponse>AppflowAsyncClient. startFlow(StartFlowRequest startFlowRequest)Activates an existing flow.
-