| Package | Description |
|---|---|
| com.amazonaws.services.appflow |
Welcome to the Amazon AppFlow API reference.
|
| com.amazonaws.services.appflow.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CancelFlowExecutionsResult> |
AmazonAppflowAsyncClient.cancelFlowExecutionsAsync(CancelFlowExecutionsRequest request,
AsyncHandler<CancelFlowExecutionsRequest,CancelFlowExecutionsResult> asyncHandler) |
Future<CancelFlowExecutionsResult> |
AbstractAmazonAppflowAsync.cancelFlowExecutionsAsync(CancelFlowExecutionsRequest request,
AsyncHandler<CancelFlowExecutionsRequest,CancelFlowExecutionsResult> asyncHandler) |
Future<CancelFlowExecutionsResult> |
AmazonAppflowAsync.cancelFlowExecutionsAsync(CancelFlowExecutionsRequest cancelFlowExecutionsRequest,
AsyncHandler<CancelFlowExecutionsRequest,CancelFlowExecutionsResult> asyncHandler)
Cancels active runs for a flow.
|
| Modifier and Type | Method and Description |
|---|---|
CancelFlowExecutionsRequest |
CancelFlowExecutionsRequest.clone() |
CancelFlowExecutionsRequest |
CancelFlowExecutionsRequest.withExecutionIds(Collection<String> executionIds)
The ID of each active run to cancel.
|
CancelFlowExecutionsRequest |
CancelFlowExecutionsRequest.withExecutionIds(String... executionIds)
The ID of each active run to cancel.
|
CancelFlowExecutionsRequest |
CancelFlowExecutionsRequest.withFlowName(String flowName)
The name of a flow with active runs that you want to cancel.
|
Copyright © 2025. All rights reserved.