Package | Description |
---|---|
com.amazonaws.services.ecs.model | |
com.amazonaws.services.ecs.model.transform |
Modifier and Type | Field and Description |
---|---|
private TaskDefinition |
RegisterTaskDefinitionResult.taskDefinition
The full description of the registered task definition.
|
private TaskDefinition |
DescribeTaskDefinitionResult.taskDefinition
The full task definition description.
|
private TaskDefinition |
DeregisterTaskDefinitionResult.taskDefinition
The full description of the deregistered task.
|
Modifier and Type | Method and Description |
---|---|
TaskDefinition |
TaskDefinition.clone() |
TaskDefinition |
RegisterTaskDefinitionResult.getTaskDefinition()
The full description of the registered task definition.
|
TaskDefinition |
DescribeTaskDefinitionResult.getTaskDefinition()
The full task definition description.
|
TaskDefinition |
DeregisterTaskDefinitionResult.getTaskDefinition()
The full description of the deregistered task.
|
TaskDefinition |
TaskDefinition.withContainerDefinitions(java.util.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(java.lang.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(java.util.Collection<Attribute> requiresAttributes)
The container instance attributes required by your task.
|
TaskDefinition |
TaskDefinition.withRevision(java.lang.Integer revision)
The revision of the task in a particular family.
|
TaskDefinition |
TaskDefinition.withStatus(java.lang.String status)
The status of the task definition.
|
TaskDefinition |
TaskDefinition.withStatus(TaskDefinitionStatus status)
The status of the task definition.
|
TaskDefinition |
TaskDefinition.withTaskDefinitionArn(java.lang.String taskDefinitionArn)
The full Amazon Resource Name (ARN) of the task definition.
|
TaskDefinition |
TaskDefinition.withVolumes(java.util.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 |
DescribeTaskDefinitionResult.setTaskDefinition(TaskDefinition taskDefinition)
The full task definition description.
|
void |
DeregisterTaskDefinitionResult.setTaskDefinition(TaskDefinition taskDefinition)
The full description of the deregistered task.
|
RegisterTaskDefinitionResult |
RegisterTaskDefinitionResult.withTaskDefinition(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.
|
Modifier and Type | Method and Description |
---|---|
TaskDefinition |
TaskDefinitionJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
TaskDefinitionJsonMarshaller.marshall(TaskDefinition taskDefinition,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|