| Package | Description | 
|---|---|
| com.amazonaws.services.ecs.model | 
| Modifier and Type | Method and Description | 
|---|---|
| TaskDefinition | TaskDefinition. clone() | 
| TaskDefinition | RegisterTaskDefinitionResult. getTaskDefinition()
 The full description of the registered task definition. | 
| TaskDefinition | DeregisterTaskDefinitionResult. getTaskDefinition()
 The full description of the deregistered task. | 
| TaskDefinition | DescribeTaskDefinitionResult. getTaskDefinition()
 The full task definition description. | 
| 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. withNetworkMode(NetworkMode networkMode)
 The Docker networking mode to use for the containers in the task. | 
| TaskDefinition | TaskDefinition. withNetworkMode(String networkMode)
 The Docker networking mode to use for the containers in the task. | 
| TaskDefinition | TaskDefinition. withPlacementConstraints(Collection<TaskDefinitionPlacementConstraint> placementConstraints)
 An array of placement constraint objects to use for tasks. | 
| TaskDefinition | TaskDefinition. withPlacementConstraints(TaskDefinitionPlacementConstraint... placementConstraints)
 An array of placement constraint objects to use for tasks. | 
| 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. withTaskRoleArn(String taskRoleArn)
 The Amazon Resource Name (ARN) of the IAM role that containers in this task can assume. | 
| 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 | RegisterTaskDefinitionResult. setTaskDefinition(TaskDefinition taskDefinition)
 The full description of the registered task definition. | 
| void | DeregisterTaskDefinitionResult. setTaskDefinition(TaskDefinition taskDefinition)
 The full description of the deregistered task. | 
| void | DescribeTaskDefinitionResult. setTaskDefinition(TaskDefinition taskDefinition)
 The full task definition description. | 
| RegisterTaskDefinitionResult | RegisterTaskDefinitionResult. withTaskDefinition(TaskDefinition taskDefinition)
 The full description of the registered task definition. | 
| DeregisterTaskDefinitionResult | DeregisterTaskDefinitionResult. withTaskDefinition(TaskDefinition taskDefinition)
 The full description of the deregistered task. | 
| DescribeTaskDefinitionResult | DescribeTaskDefinitionResult. withTaskDefinition(TaskDefinition taskDefinition)
 The full task definition description. | 
Copyright © 2017. All rights reserved.