Uses of Class
com.amazonaws.services.ecs.model.Task
Packages that use Task
-
Uses of Task in com.amazonaws.services.ecs.model
Methods in com.amazonaws.services.ecs.model that return TaskModifier and TypeMethodDescriptionTask.clone()
StopTaskResult.getTask()
Task.withClusterArn
(String clusterArn) The Amazon Resource Name (ARN) of the cluster that hosts the task.Task.withContainerInstanceArn
(String containerInstanceArn) The Amazon Resource Name (ARN) of the container instances that host the task.Task.withContainers
(Container... containers) The containers associated with the task.Task.withContainers
(Collection<Container> containers) The containers associated with the task.Task.withCreatedAt
(Date createdAt) The Unix time in seconds and milliseconds when the task was created (the task entered thePENDING
state).Task.withDesiredStatus
(String desiredStatus) The desired status of the task.Task.withLastStatus
(String lastStatus) The last known status of the task.Task.withOverrides
(TaskOverride overrides) One or more container overrides.Task.withStartedAt
(Date startedAt) The Unix time in seconds and milliseconds when the task was started (the task transitioned from thePENDING
state to theRUNNING
state).Task.withStartedBy
(String startedBy) The tag specified when a task is started.Task.withStoppedAt
(Date stoppedAt) The Unix time in seconds and milliseconds when the task was stopped (the task transitioned from theRUNNING
state to theSTOPPED
state).Task.withStoppedReason
(String stoppedReason) The reason the task was stopped.Task.withTaskArn
(String taskArn) The Amazon Resource Name (ARN) of the task.Task.withTaskDefinitionArn
(String taskDefinitionArn) The Amazon Resource Name (ARN) of the task definition that creates the task.Methods in com.amazonaws.services.ecs.model that return types with arguments of type TaskModifier and TypeMethodDescriptionDescribeTasksResult.getTasks()
The list of tasks.RunTaskResult.getTasks()
A full description of the tasks that were run.StartTaskResult.getTasks()
A full description of the tasks that were started.Methods in com.amazonaws.services.ecs.model with parameters of type TaskModifier and TypeMethodDescriptionvoid
The list of tasks.A full description of the tasks that were run.A full description of the tasks that were started.Method parameters in com.amazonaws.services.ecs.model with type arguments of type TaskModifier and TypeMethodDescriptionvoid
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.withTasks
(Collection<Task> tasks) The list of tasks.RunTaskResult.withTasks
(Collection<Task> tasks) A full description of the tasks that were run.StartTaskResult.withTasks
(Collection<Task> tasks) A full description of the tasks that were started.