Java com.amazonaws.services.ecs.model Task fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.ecs.model Task fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.ecs.model Task.

The text is from its open source code.

Method

StringgetClusterArn()

The ARN of the cluster that hosts the task.

StringgetContainerInstanceArn()

The ARN of the container instances that host the task.

java.util.ListgetContainers()

The containers associated with the task.

java.util.DategetCreatedAt()

The Unix timestamp for when the task was created (the task entered the PENDING state).

StringgetDesiredStatus()

The desired status of the task.

StringgetGroup()

The name of the task group associated with the task.

StringgetLastStatus()

The last known status of the task.

java.util.DategetStartedAt()

The Unix timestamp for when the task started (the task transitioned from the PENDING state to the RUNNING state).

StringgetTaskArn()

The Amazon Resource Name (ARN) of the task.