TaskDefinition |
TaskDefinition.clone() |
|
TaskDefinition |
DeregisterTaskDefinitionResult.getTaskDefinition() |
The full description of the deregistered task.
|
TaskDefinition |
DescribeTaskDefinitionResult.getTaskDefinition() |
The full task definition description.
|
TaskDefinition |
RegisterTaskDefinitionResult.getTaskDefinition() |
The full description of the registered task definition.
|
TaskDefinition |
TaskDefinition.withContainerDefinitions(ContainerDefinition... containerDefinitions) |
A list of container definitions in JSON format that describe the
different containers that make up your task.
|
TaskDefinition |
TaskDefinition.withContainerDefinitions(Collection<ContainerDefinition> containerDefinitions) |
A list of container definitions in JSON format that describe the
different containers that make up your task.
|
TaskDefinition |
TaskDefinition.withFamily(String family) |
The family of your task definition, used as the definition name.
|
TaskDefinition |
TaskDefinition.withRequiresAttributes(Attribute... requiresAttributes) |
The container instance attributes required by your task.
|
TaskDefinition |
TaskDefinition.withRequiresAttributes(Collection<Attribute> requiresAttributes) |
The container instance attributes required by your task.
|
TaskDefinition |
TaskDefinition.withRevision(Integer revision) |
The revision of the task in a particular family.
|
TaskDefinition |
TaskDefinition.withStatus(TaskDefinitionStatus status) |
The status of the task definition.
|
TaskDefinition |
TaskDefinition.withStatus(String status) |
The status of the task definition.
|
TaskDefinition |
TaskDefinition.withTaskDefinitionArn(String taskDefinitionArn) |
The full Amazon Resource Name (ARN) of the task definition.
|
TaskDefinition |
TaskDefinition.withVolumes(Volume... volumes) |
The list of volumes in a task.
|
TaskDefinition |
TaskDefinition.withVolumes(Collection<Volume> volumes) |
The list of volumes in a task.
|