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 |
RegisterTaskDefinitionResult.getTaskDefinition()
The full description of the registered task definition.
|
TaskDefinition |
DeregisterTaskDefinitionResult.getTaskDefinition()
The full description of the deregistered task.
|
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 grants the Amazon ECS container agent permission
to make AWS API calls on your behalf.
|
TaskDefinition |
TaskDefinition.withFamily(String family)
The name of a family that this task definition is registered to.
|
TaskDefinition |
TaskDefinition.withInferenceAccelerators(Collection<InferenceAccelerator> inferenceAccelerators)
The Elastic Inference accelerator associated with the task.
|
TaskDefinition |
TaskDefinition.withInferenceAccelerators(InferenceAccelerator... inferenceAccelerators)
The Elastic Inference accelerator associated with the task.
|
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)
The configuration details for the App Mesh proxy.
|
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 the task requires.
|
TaskDefinition |
TaskDefinition.withRequiresCompatibilities(Compatibility... requiresCompatibilities)
The launch type the task requires.
|
TaskDefinition |
TaskDefinition.withRequiresCompatibilities(String... requiresCompatibilities)
The launch type the task requires.
|
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 short name or full Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that
grants containers in the task permission to call AWS APIs on your behalf.
|
TaskDefinition |
TaskDefinition.withVolumes(Collection<Volume> volumes)
The list of volume definitions for the task.
|
TaskDefinition |
TaskDefinition.withVolumes(Volume... volumes)
The list of volume definitions for the task.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeTaskDefinitionResult.setTaskDefinition(TaskDefinition taskDefinition)
The full task definition 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.
|
DescribeTaskDefinitionResult |
DescribeTaskDefinitionResult.withTaskDefinition(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.
|
Copyright © 2020. All rights reserved.