| Package | Description |
|---|---|
| software.amazon.awssdk.services.ecs.model |
| Modifier and Type | Method and Description |
|---|---|
Task |
StopTaskResponse.task()
The task that was stopped.
|
| Modifier and Type | Method and Description |
|---|---|
List<Task> |
DescribeTasksResponse.tasks()
The list of tasks.
|
List<Task> |
StartTaskResponse.tasks()
A full description of the tasks that were started.
|
List<Task> |
RunTaskResponse.tasks()
A full description of the tasks that were run.
|
| Modifier and Type | Method and Description |
|---|---|
StopTaskResponse.Builder |
StopTaskResponse.Builder.task(Task task)
The task that was stopped.
|
DescribeTasksResponse.Builder |
DescribeTasksResponse.Builder.tasks(Task... tasks)
The list of tasks.
|
StartTaskResponse.Builder |
StartTaskResponse.Builder.tasks(Task... tasks)
A full description of the tasks that were started.
|
RunTaskResponse.Builder |
RunTaskResponse.Builder.tasks(Task... tasks)
A full description of the tasks that were run.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeTasksResponse.Builder |
DescribeTasksResponse.Builder.tasks(Collection<Task> tasks)
The list of tasks.
|
StartTaskResponse.Builder |
StartTaskResponse.Builder.tasks(Collection<Task> tasks)
A full description of the tasks that were started.
|
RunTaskResponse.Builder |
RunTaskResponse.Builder.tasks(Collection<Task> tasks)
A full description of the tasks that were run.
|
Copyright © 2023. All rights reserved.