Uses of Class
software.amazon.awssdk.services.appflow.model.CancelFlowExecutionsRequest
-
Packages that use CancelFlowExecutionsRequest Package Description software.amazon.awssdk.services.appflow Welcome to the Amazon AppFlow API reference.software.amazon.awssdk.services.appflow.transform -
-
Uses of CancelFlowExecutionsRequest in software.amazon.awssdk.services.appflow
Methods in software.amazon.awssdk.services.appflow with parameters of type CancelFlowExecutionsRequest Modifier and Type Method Description default CompletableFuture<CancelFlowExecutionsResponse>AppflowAsyncClient. cancelFlowExecutions(CancelFlowExecutionsRequest cancelFlowExecutionsRequest)Cancels active runs for a flow.default CancelFlowExecutionsResponseAppflowClient. cancelFlowExecutions(CancelFlowExecutionsRequest cancelFlowExecutionsRequest)Cancels active runs for a flow. -
Uses of CancelFlowExecutionsRequest in software.amazon.awssdk.services.appflow.transform
Methods in software.amazon.awssdk.services.appflow.transform with parameters of type CancelFlowExecutionsRequest Modifier and Type Method Description SdkHttpFullRequestCancelFlowExecutionsRequestMarshaller. marshall(CancelFlowExecutionsRequest cancelFlowExecutionsRequest)
-