| Package | Description |
|---|---|
| software.amazon.awssdk.services.appflow.model |
| Modifier and Type | Method and Description |
|---|---|
List<Task> |
CreateFlowRequest.tasks()
A list of tasks that Amazon AppFlow performs while transferring the data in the flow run.
|
List<Task> |
DescribeFlowResponse.tasks()
A list of tasks that Amazon AppFlow performs while transferring the data in the flow run.
|
List<Task> |
UpdateFlowRequest.tasks()
A list of tasks that Amazon AppFlow performs while transferring the data in the flow run.
|
| Modifier and Type | Method and Description |
|---|---|
CreateFlowRequest.Builder |
CreateFlowRequest.Builder.tasks(Task... tasks)
A list of tasks that Amazon AppFlow performs while transferring the data in the flow run.
|
DescribeFlowResponse.Builder |
DescribeFlowResponse.Builder.tasks(Task... tasks)
A list of tasks that Amazon AppFlow performs while transferring the data in the flow run.
|
UpdateFlowRequest.Builder |
UpdateFlowRequest.Builder.tasks(Task... tasks)
A list of tasks that Amazon AppFlow performs while transferring the data in the flow run.
|
| Modifier and Type | Method and Description |
|---|---|
CreateFlowRequest.Builder |
CreateFlowRequest.Builder.tasks(Collection<Task> tasks)
A list of tasks that Amazon AppFlow performs while transferring the data in the flow run.
|
DescribeFlowResponse.Builder |
DescribeFlowResponse.Builder.tasks(Collection<Task> tasks)
A list of tasks that Amazon AppFlow performs while transferring the data in the flow run.
|
UpdateFlowRequest.Builder |
UpdateFlowRequest.Builder.tasks(Collection<Task> tasks)
A list of tasks that Amazon AppFlow performs while transferring the data in the flow run.
|
Copyright © 2023. All rights reserved.