Package | Description |
---|---|
com.amazonaws.services.ecs.model | |
com.amazonaws.services.ecs.model.transform |
Modifier and Type | Field and Description |
---|---|
private Task |
StopTaskResult.task |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<Task> |
StartTaskResult.tasks
A full description of the tasks that were started.
|
private SdkInternalList<Task> |
RunTaskResult.tasks
A full description of the tasks that were run.
|
private SdkInternalList<Task> |
DescribeTasksResult.tasks
The list of tasks.
|
Modifier and Type | Method and Description |
---|---|
Task |
Task.clone() |
Task |
StopTaskResult.getTask() |
Task |
Task.withClusterArn(java.lang.String clusterArn)
The Amazon Resource Name (ARN) of the cluster that hosts the task.
|
Task |
Task.withContainerInstanceArn(java.lang.String containerInstanceArn)
The Amazon Resource Name (ARN) of the container instances that host the
task.
|
Task |
Task.withContainers(java.util.Collection<Container> containers)
The containers associated with the task.
|
Task |
Task.withContainers(Container... containers)
The containers associated with the task.
|
Task |
Task.withCreatedAt(java.util.Date createdAt)
The Unix time in seconds and milliseconds when the task was created (the
task entered the
PENDING state). |
Task |
Task.withDesiredStatus(java.lang.String desiredStatus)
The desired status of the task.
|
Task |
Task.withLastStatus(java.lang.String lastStatus)
The last known status of the task.
|
Task |
Task.withOverrides(TaskOverride overrides)
One or more container overrides.
|
Task |
Task.withStartedAt(java.util.Date startedAt)
The Unix time in seconds and milliseconds when the task was started (the
task transitioned from the
PENDING state to the
RUNNING state). |
Task |
Task.withStartedBy(java.lang.String startedBy)
The tag specified when a task is started.
|
Task |
Task.withStoppedAt(java.util.Date stoppedAt)
The Unix time in seconds and milliseconds when the task was stopped (the
task transitioned from the
RUNNING state to the
STOPPED state). |
Task |
Task.withStoppedReason(java.lang.String stoppedReason)
The reason the task was stopped.
|
Task |
Task.withTaskArn(java.lang.String taskArn)
The Amazon Resource Name (ARN) of the task.
|
Task |
Task.withTaskDefinitionArn(java.lang.String taskDefinitionArn)
The Amazon Resource Name (ARN) of the task definition that creates the
task.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Task> |
StartTaskResult.getTasks()
A full description of the tasks that were started.
|
java.util.List<Task> |
RunTaskResult.getTasks()
A full description of the tasks that were run.
|
java.util.List<Task> |
DescribeTasksResult.getTasks()
The list of tasks.
|
Modifier and Type | Method and Description |
---|---|
void |
StopTaskResult.setTask(Task task) |
StopTaskResult |
StopTaskResult.withTask(Task task) |
StartTaskResult |
StartTaskResult.withTasks(Task... tasks)
A full description of the tasks that were started.
|
RunTaskResult |
RunTaskResult.withTasks(Task... tasks)
A full description of the tasks that were run.
|
DescribeTasksResult |
DescribeTasksResult.withTasks(Task... tasks)
The list of tasks.
|
Modifier and Type | Method and Description |
---|---|
void |
StartTaskResult.setTasks(java.util.Collection<Task> tasks)
A full description of the tasks that were started.
|
void |
RunTaskResult.setTasks(java.util.Collection<Task> tasks)
A full description of the tasks that were run.
|
void |
DescribeTasksResult.setTasks(java.util.Collection<Task> tasks)
The list of tasks.
|
StartTaskResult |
StartTaskResult.withTasks(java.util.Collection<Task> tasks)
A full description of the tasks that were started.
|
RunTaskResult |
RunTaskResult.withTasks(java.util.Collection<Task> tasks)
A full description of the tasks that were run.
|
DescribeTasksResult |
DescribeTasksResult.withTasks(java.util.Collection<Task> tasks)
The list of tasks.
|
Modifier and Type | Method and Description |
---|---|
Task |
TaskJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
TaskJsonMarshaller.marshall(Task task,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|