Uses of Class
software.amazon.awssdk.services.ecs.model.Task
-
Packages that use Task Package Description software.amazon.awssdk.services.ecs.model -
-
Uses of Task in software.amazon.awssdk.services.ecs.model
Methods in software.amazon.awssdk.services.ecs.model that return Task Modifier and Type Method Description TaskStopTaskResponse. task()The task that was stopped.Methods in software.amazon.awssdk.services.ecs.model that return types with arguments of type Task Modifier and Type Method Description List<Task>DescribeTasksResponse. tasks()The list of tasks.List<Task>RunTaskResponse. tasks()A full description of the tasks that were run.List<Task>StartTaskResponse. tasks()A full description of the tasks that were started.Methods in software.amazon.awssdk.services.ecs.model with parameters of type Task Modifier and Type Method Description StopTaskResponse.BuilderStopTaskResponse.Builder. task(Task task)The task that was stopped.DescribeTasksResponse.BuilderDescribeTasksResponse.Builder. tasks(Task... tasks)The list of tasks.RunTaskResponse.BuilderRunTaskResponse.Builder. tasks(Task... tasks)A full description of the tasks that were run.StartTaskResponse.BuilderStartTaskResponse.Builder. tasks(Task... tasks)A full description of the tasks that were started.Method parameters in software.amazon.awssdk.services.ecs.model with type arguments of type Task Modifier and Type Method Description DescribeTasksResponse.BuilderDescribeTasksResponse.Builder. tasks(Collection<Task> tasks)The list of tasks.RunTaskResponse.BuilderRunTaskResponse.Builder. tasks(Collection<Task> tasks)A full description of the tasks that were run.StartTaskResponse.BuilderStartTaskResponse.Builder. tasks(Collection<Task> tasks)A full description of the tasks that were started.
-