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