Uses of Class
software.amazon.awssdk.services.appflow.model.Task
-
Packages that use Task Package Description software.amazon.awssdk.services.appflow.model -
-
Uses of Task in software.amazon.awssdk.services.appflow.model
Methods in software.amazon.awssdk.services.appflow.model that return types with arguments of type Task Modifier and Type Method 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.Methods in software.amazon.awssdk.services.appflow.model with parameters of type Task Modifier and Type Method Description CreateFlowRequest.BuilderCreateFlowRequest.Builder. tasks(Task... tasks)A list of tasks that Amazon AppFlow performs while transferring the data in the flow run.DescribeFlowResponse.BuilderDescribeFlowResponse.Builder. tasks(Task... tasks)A list of tasks that Amazon AppFlow performs while transferring the data in the flow run.UpdateFlowRequest.BuilderUpdateFlowRequest.Builder. tasks(Task... tasks)A list of tasks that Amazon AppFlow performs while transferring the data in the flow run.Method parameters in software.amazon.awssdk.services.appflow.model with type arguments of type Task Modifier and Type Method Description CreateFlowRequest.BuilderCreateFlowRequest.Builder. tasks(Collection<Task> tasks)A list of tasks that Amazon AppFlow performs while transferring the data in the flow run.DescribeFlowResponse.BuilderDescribeFlowResponse.Builder. tasks(Collection<Task> tasks)A list of tasks that Amazon AppFlow performs while transferring the data in the flow run.UpdateFlowRequest.BuilderUpdateFlowRequest.Builder. tasks(Collection<Task> tasks)A list of tasks that Amazon AppFlow performs while transferring the data in the flow run.
-