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