Uses of Class
com.amazonaws.services.ecs.model.TaskDefinition
Packages that use TaskDefinition
-
Uses of TaskDefinition in com.amazonaws.services.ecs.model
Methods in com.amazonaws.services.ecs.model that return TaskDefinitionModifier and TypeMethodDescriptionTaskDefinition.clone()
DeregisterTaskDefinitionResult.getTaskDefinition()
The full description of the deregistered task.DescribeTaskDefinitionResult.getTaskDefinition()
The full task definition description.RegisterTaskDefinitionResult.getTaskDefinition()
The full description of the registered task definition.TaskDefinition.withContainerDefinitions
(ContainerDefinition... containerDefinitions) A list of container definitions in JSON format that describe the different containers that make up your task.TaskDefinition.withContainerDefinitions
(Collection<ContainerDefinition> containerDefinitions) A list of container definitions in JSON format that describe the different containers that make up your task.TaskDefinition.withFamily
(String family) The family of your task definition, used as the definition name.TaskDefinition.withRequiresAttributes
(Attribute... requiresAttributes) The container instance attributes required by your task.TaskDefinition.withRequiresAttributes
(Collection<Attribute> requiresAttributes) The container instance attributes required by your task.TaskDefinition.withRevision
(Integer revision) The revision of the task in a particular family.TaskDefinition.withStatus
(TaskDefinitionStatus status) The status of the task definition.TaskDefinition.withStatus
(String status) The status of the task definition.TaskDefinition.withTaskDefinitionArn
(String taskDefinitionArn) The full Amazon Resource Name (ARN) of the task definition.TaskDefinition.withVolumes
(Volume... volumes) The list of volumes in a task.TaskDefinition.withVolumes
(Collection<Volume> volumes) The list of volumes in a task.Methods in com.amazonaws.services.ecs.model with parameters of type TaskDefinitionModifier and TypeMethodDescriptionvoid
DeregisterTaskDefinitionResult.setTaskDefinition
(TaskDefinition taskDefinition) The full description of the deregistered task.void
DescribeTaskDefinitionResult.setTaskDefinition
(TaskDefinition taskDefinition) The full task definition description.void
RegisterTaskDefinitionResult.setTaskDefinition
(TaskDefinition taskDefinition) The full description of the registered task definition.DeregisterTaskDefinitionResult.withTaskDefinition
(TaskDefinition taskDefinition) The full description of the deregistered task.DescribeTaskDefinitionResult.withTaskDefinition
(TaskDefinition taskDefinition) The full task definition description.RegisterTaskDefinitionResult.withTaskDefinition
(TaskDefinition taskDefinition) The full description of the registered task definition.