Uses of Class
software.amazon.awssdk.services.appflow.model.StopFlowResponse
-
Packages that use StopFlowResponse Package Description software.amazon.awssdk.services.appflow Welcome to the Amazon AppFlow API reference. -
-
Uses of StopFlowResponse in software.amazon.awssdk.services.appflow
Methods in software.amazon.awssdk.services.appflow that return StopFlowResponse Modifier and Type Method Description default StopFlowResponseAppflowClient. stopFlow(Consumer<StopFlowRequest.Builder> stopFlowRequest)Deactivates the existing flow.default StopFlowResponseAppflowClient. stopFlow(StopFlowRequest stopFlowRequest)Deactivates the existing flow.Methods in software.amazon.awssdk.services.appflow that return types with arguments of type StopFlowResponse Modifier and Type Method Description default CompletableFuture<StopFlowResponse>AppflowAsyncClient. stopFlow(Consumer<StopFlowRequest.Builder> stopFlowRequest)Deactivates the existing flow.default CompletableFuture<StopFlowResponse>AppflowAsyncClient. stopFlow(StopFlowRequest stopFlowRequest)Deactivates the existing flow.
-