Uses of Class
software.amazon.awssdk.services.customerprofiles.model.Task
-
Packages that use Task Package Description software.amazon.awssdk.services.customerprofiles.model -
-
Uses of Task in software.amazon.awssdk.services.customerprofiles.model
Methods in software.amazon.awssdk.services.customerprofiles.model that return types with arguments of type Task Modifier and Type Method Description List<Task>FlowDefinition. tasks()A list of tasks that Customer Profiles performs while transferring the data in the flow run.Methods in software.amazon.awssdk.services.customerprofiles.model with parameters of type Task Modifier and Type Method Description FlowDefinition.BuilderFlowDefinition.Builder. tasks(Task... tasks)A list of tasks that Customer Profiles performs while transferring the data in the flow run.Method parameters in software.amazon.awssdk.services.customerprofiles.model with type arguments of type Task Modifier and Type Method Description FlowDefinition.BuilderFlowDefinition.Builder. tasks(Collection<Task> tasks)A list of tasks that Customer Profiles performs while transferring the data in the flow run.
-