| Package | Description |
|---|---|
| software.amazon.awssdk.services.appflow |
Welcome to the Amazon AppFlow API reference.
|
| software.amazon.awssdk.services.appflow.model |
| Modifier and Type | Method and Description |
|---|---|
default CancelFlowExecutionsResponse |
AppflowClient.cancelFlowExecutions(Consumer<CancelFlowExecutionsRequest.Builder> cancelFlowExecutionsRequest)
Cancels active runs for a flow.
|
default CompletableFuture<CancelFlowExecutionsResponse> |
AppflowAsyncClient.cancelFlowExecutions(Consumer<CancelFlowExecutionsRequest.Builder> cancelFlowExecutionsRequest)
Cancels active runs for a flow.
|
| Modifier and Type | Method and Description |
|---|---|
static CancelFlowExecutionsRequest.Builder |
CancelFlowExecutionsRequest.builder() |
CancelFlowExecutionsRequest.Builder |
CancelFlowExecutionsRequest.Builder.executionIds(Collection<String> executionIds)
The ID of each active run to cancel.
|
CancelFlowExecutionsRequest.Builder |
CancelFlowExecutionsRequest.Builder.executionIds(String... executionIds)
The ID of each active run to cancel.
|
CancelFlowExecutionsRequest.Builder |
CancelFlowExecutionsRequest.Builder.flowName(String flowName)
The name of a flow with active runs that you want to cancel.
|
CancelFlowExecutionsRequest.Builder |
CancelFlowExecutionsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CancelFlowExecutionsRequest.Builder |
CancelFlowExecutionsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CancelFlowExecutionsRequest.Builder |
CancelFlowExecutionsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CancelFlowExecutionsRequest.Builder> |
CancelFlowExecutionsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.