Package | Description |
---|---|
com.amazonaws.services.ecs.model |
Classes modeling the various types represented by AmazonECS.
|
Modifier and Type | Method and Description |
---|---|
Task |
Task.clone() |
Task |
StopTaskResult.getTask() |
Task |
Task.withClusterArn(String clusterArn)
The Amazon Resource Name (ARN) of the of the cluster that hosts the
task.
|
Task |
Task.withContainerInstanceArn(String containerInstanceArn)
The Amazon Resource Name (ARN) of the container instances that host
the task.
|
Task |
Task.withContainers(Collection<Container> containers)
The containers associated with the task.
|
Task |
Task.withContainers(Container... containers)
The containers associated with the task.
|
Task |
Task.withDesiredStatus(String desiredStatus)
The desired status of the task.
|
Task |
Task.withLastStatus(String lastStatus)
The last known status of the task.
|
Task |
Task.withOverrides(TaskOverride overrides)
One or more container overrides.
|
Task |
Task.withTaskArn(String taskArn)
The Amazon Resource Name (ARN) of the task.
|
Task |
Task.withTaskDefinitionArn(String taskDefinitionArn)
The Amazon Resource Name (ARN) of the of the task definition that
creates the task.
|
Modifier and Type | Method and Description |
---|---|
List<Task> |
DescribeTasksResult.getTasks()
The list of tasks.
|
List<Task> |
RunTaskResult.getTasks()
A full description of the tasks that were run.
|
List<Task> |
StartTaskResult.getTasks()
A full description of the tasks that were started.
|
Modifier and Type | Method and Description |
---|---|
void |
StopTaskResult.setTask(Task task) |
StopTaskResult |
StopTaskResult.withTask(Task task)
Returns a reference to this object so that method calls can be chained together.
|
DescribeTasksResult |
DescribeTasksResult.withTasks(Task... tasks)
The list of tasks.
|
RunTaskResult |
RunTaskResult.withTasks(Task... tasks)
A full description of the tasks that were run.
|
StartTaskResult |
StartTaskResult.withTasks(Task... tasks)
A full description of the tasks that were started.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeTasksResult.setTasks(Collection<Task> tasks)
The list of tasks.
|
void |
RunTaskResult.setTasks(Collection<Task> tasks)
A full description of the tasks that were run.
|
void |
StartTaskResult.setTasks(Collection<Task> tasks)
A full description of the tasks that were started.
|
DescribeTasksResult |
DescribeTasksResult.withTasks(Collection<Task> tasks)
The list of tasks.
|
RunTaskResult |
RunTaskResult.withTasks(Collection<Task> tasks)
A full description of the tasks that were run.
|
StartTaskResult |
StartTaskResult.withTasks(Collection<Task> tasks)
A full description of the tasks that were started.
|
Copyright © 2015. All rights reserved.