| 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 CompletableFuture<StopFlowResponse> |
AppflowAsyncClient.stopFlow(Consumer<StopFlowRequest.Builder> stopFlowRequest)
Deactivates the existing flow.
|
default StopFlowResponse |
AppflowClient.stopFlow(Consumer<StopFlowRequest.Builder> stopFlowRequest)
Deactivates the existing flow.
|
| Modifier and Type | Method and Description |
|---|---|
static StopFlowRequest.Builder |
StopFlowRequest.builder() |
StopFlowRequest.Builder |
StopFlowRequest.Builder.flowName(String flowName)
The specified name of the flow.
|
StopFlowRequest.Builder |
StopFlowRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StopFlowRequest.Builder |
StopFlowRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
StopFlowRequest.Builder |
StopFlowRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends StopFlowRequest.Builder> |
StopFlowRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.