Package | Description |
---|---|
com.amazonaws.services.ecs.model |
Modifier and Type | Method and Description |
---|---|
TaskDefinition |
TaskDefinition.clone() |
TaskDefinition |
DescribeTaskDefinitionResult.getTaskDefinition()
The full task definition description.
|
TaskDefinition |
DeregisterTaskDefinitionResult.getTaskDefinition()
The full description of the deregistered task.
|
TaskDefinition |
RegisterTaskDefinitionResult.getTaskDefinition()
The full description of the registered task definition.
|
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.withContainerDefinitions(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(String status)
The status of the task definition.
|
TaskDefinition |
TaskDefinition.withStatus(TaskDefinitionStatus 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(Collection<Volume> volumes)
The list of volumes in a task.
|
TaskDefinition |
TaskDefinition.withVolumes(Volume... volumes)
The list of volumes in a task.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeTaskDefinitionResult.setTaskDefinition(TaskDefinition taskDefinition)
The full task definition description.
|
void |
DeregisterTaskDefinitionResult.setTaskDefinition(TaskDefinition taskDefinition)
The full description of the deregistered task.
|
void |
RegisterTaskDefinitionResult.setTaskDefinition(TaskDefinition taskDefinition)
The full description of the registered task definition.
|
DescribeTaskDefinitionResult |
DescribeTaskDefinitionResult.withTaskDefinition(TaskDefinition taskDefinition)
The full task definition description.
|
DeregisterTaskDefinitionResult |
DeregisterTaskDefinitionResult.withTaskDefinition(TaskDefinition taskDefinition)
The full description of the deregistered task.
|
RegisterTaskDefinitionResult |
RegisterTaskDefinitionResult.withTaskDefinition(TaskDefinition taskDefinition)
The full description of the registered task definition.
|
Copyright © 2018. All rights reserved.