| 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<UpdateFlowResult> |
AbstractAmazonAppflowAsync.updateFlowAsync(UpdateFlowRequest request,
AsyncHandler<UpdateFlowRequest,UpdateFlowResult> asyncHandler) |
Future<UpdateFlowResult> |
AmazonAppflowAsync.updateFlowAsync(UpdateFlowRequest updateFlowRequest,
AsyncHandler<UpdateFlowRequest,UpdateFlowResult> asyncHandler)
Updates an existing flow.
|
Future<UpdateFlowResult> |
AmazonAppflowAsyncClient.updateFlowAsync(UpdateFlowRequest request,
AsyncHandler<UpdateFlowRequest,UpdateFlowResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateFlowRequest |
UpdateFlowRequest.clone() |
UpdateFlowRequest |
UpdateFlowRequest.withDescription(String description)
A description of the flow.
|
UpdateFlowRequest |
UpdateFlowRequest.withDestinationFlowConfigList(Collection<DestinationFlowConfig> destinationFlowConfigList)
The configuration that controls how Amazon AppFlow transfers data to the destination connector.
|
UpdateFlowRequest |
UpdateFlowRequest.withDestinationFlowConfigList(DestinationFlowConfig... destinationFlowConfigList)
The configuration that controls how Amazon AppFlow transfers data to the destination connector.
|
UpdateFlowRequest |
UpdateFlowRequest.withFlowName(String flowName)
The specified name of the flow.
|
UpdateFlowRequest |
UpdateFlowRequest.withMetadataCatalogConfig(MetadataCatalogConfig metadataCatalogConfig)
Specifies the configuration that Amazon AppFlow uses when it catalogs the data that's transferred by the
associated flow.
|
UpdateFlowRequest |
UpdateFlowRequest.withSourceFlowConfig(SourceFlowConfig sourceFlowConfig) |
UpdateFlowRequest |
UpdateFlowRequest.withTasks(Collection<Task> tasks)
A list of tasks that Amazon AppFlow performs while transferring the data in the flow run.
|
UpdateFlowRequest |
UpdateFlowRequest.withTasks(Task... tasks)
A list of tasks that Amazon AppFlow performs while transferring the data in the flow run.
|
UpdateFlowRequest |
UpdateFlowRequest.withTriggerConfig(TriggerConfig triggerConfig)
The trigger settings that determine how and when the flow runs.
|
Copyright © 2023. All rights reserved.