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 |
DescribeTaskDefinitionResult.getTaskDefinition()
The full task definition description.
|
TaskDefinition |
DeregisterTaskDefinitionResult.getTaskDefinition()
The full description of the deregistered task.
|
TaskDefinition |
TaskDefinition.withCompatibilities(Collection<String> compatibilities)
The task launch types the task definition validated against during task definition registration.
|
TaskDefinition |
TaskDefinition.withCompatibilities(Compatibility... compatibilities)
The task launch types the task definition validated against during task definition registration.
|
TaskDefinition |
TaskDefinition.withCompatibilities(String... compatibilities)
The task launch types the task definition validated against during task definition registration.
|
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.withDeregisteredAt(Date deregisteredAt)
The Unix timestamp for the time when the task definition was deregistered.
|
TaskDefinition |
TaskDefinition.withEphemeralStorage(EphemeralStorage ephemeralStorage)
The ephemeral storage settings to use for tasks run with the task definition.
|
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 Amazon Web Services 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 that's associated with the task.
|
TaskDefinition |
TaskDefinition.withInferenceAccelerators(InferenceAccelerator... inferenceAccelerators)
The Elastic Inference accelerator that's 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.withRegisteredAt(Date registeredAt)
The Unix timestamp for the time when the task definition was registered.
|
TaskDefinition |
TaskDefinition.withRegisteredBy(String registeredBy)
The principal that registered the task definition.
|
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 task launch types the task definition was validated against.
|
TaskDefinition |
TaskDefinition.withRequiresCompatibilities(Compatibility... requiresCompatibilities)
The task launch types the task definition was validated against.
|
TaskDefinition |
TaskDefinition.withRequiresCompatibilities(String... requiresCompatibilities)
The task launch types the task definition was validated against.
|
TaskDefinition |
TaskDefinition.withRevision(Integer revision)
The revision of the task in a particular family.
|
TaskDefinition |
TaskDefinition.withRuntimePlatform(RuntimePlatform runtimePlatform)
The operating system that your task definitions are running on.
|
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 Identity and Access Management role that grants
containers in the task permission to call Amazon Web Services APIs on your behalf.
|
TaskDefinition |
TaskDefinition.withVolumes(Collection<Volume> volumes)
The list of data volume definitions for the task.
|
TaskDefinition |
TaskDefinition.withVolumes(Volume... volumes)
The list of data volume definitions for the task.
|
Modifier and Type | Method and Description |
---|---|
List<TaskDefinition> |
DeleteTaskDefinitionsResult.getTaskDefinitions()
The list of deleted task definitions.
|
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.
|
DeleteTaskDefinitionsResult |
DeleteTaskDefinitionsResult.withTaskDefinitions(TaskDefinition... taskDefinitions)
The list of deleted task definitions.
|
Modifier and Type | Method and Description |
---|---|
void |
DeleteTaskDefinitionsResult.setTaskDefinitions(Collection<TaskDefinition> taskDefinitions)
The list of deleted task definitions.
|
DeleteTaskDefinitionsResult |
DeleteTaskDefinitionsResult.withTaskDefinitions(Collection<TaskDefinition> taskDefinitions)
The list of deleted task definitions.
|
Copyright © 2023. All rights reserved.