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.withCompatibilities(Collection<String> compatibilities)
The launch type to use with your task.
|
TaskDefinition |
TaskDefinition.withCompatibilities(Compatibility... compatibilities)
The launch type to use with your task.
|
TaskDefinition |
TaskDefinition.withCompatibilities(String... compatibilities)
The launch type to use with 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.withContainerDefinitions(ContainerDefinition... containerDefinitions)
A list of container definitions in JSON format that describe the different containers that make up your task.
|
TaskDefinition |
TaskDefinition.withCpu(String cpu)
The number of
cpu units used by the task. |
TaskDefinition |
TaskDefinition.withExecutionRoleArn(String executionRoleArn)
The Amazon Resource Name (ARN) of the task execution role that the Amazon ECS container agent and the Docker
daemon can assume.
|
TaskDefinition |
TaskDefinition.withFamily(String family)
The family of your task definition, used as the definition name.
|
TaskDefinition |
TaskDefinition.withIpcMode(IpcMode ipcMode)
The IPC resource namespace to use for the containers in the task.
|
TaskDefinition |
TaskDefinition.withIpcMode(String ipcMode)
The IPC resource namespace to use for the containers in the task.
|
TaskDefinition |
TaskDefinition.withMemory(String memory)
The amount (in MiB) of memory used by the task.
|
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.withPidMode(PidMode pidMode)
The process namespace to use for the containers in the task.
|
TaskDefinition |
TaskDefinition.withPidMode(String pidMode)
The process namespace 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.withProxyConfiguration(ProxyConfiguration proxyConfiguration)
|
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.withRequiresCompatibilities(Collection<String> requiresCompatibilities)
The launch type that the task is using.
|
TaskDefinition |
TaskDefinition.withRequiresCompatibilities(Compatibility... requiresCompatibilities)
The launch type that the task is using.
|
TaskDefinition |
TaskDefinition.withRequiresCompatibilities(String... requiresCompatibilities)
The launch type that the task is using.
|
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 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 © 2019. All rights reserved.