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 Task
StopTaskResponse. 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.Builder
StopTaskResponse.Builder. task(Task task)
The task that was stopped.DescribeTasksResponse.Builder
DescribeTasksResponse.Builder. tasks(Task... tasks)
The list of tasks.RunTaskResponse.Builder
RunTaskResponse.Builder. tasks(Task... tasks)
A full description of the tasks that were run.StartTaskResponse.Builder
StartTaskResponse.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.Builder
DescribeTasksResponse.Builder. tasks(Collection<Task> tasks)
The list of tasks.RunTaskResponse.Builder
RunTaskResponse.Builder. tasks(Collection<Task> tasks)
A full description of the tasks that were run.StartTaskResponse.Builder
StartTaskResponse.Builder. tasks(Collection<Task> tasks)
A full description of the tasks that were started.
-