Package | Description |
---|---|
com.amazonaws.services.ecs.model |
Modifier and Type | Method and Description |
---|---|
TaskOverride |
TaskOverride.clone() |
TaskOverride |
RunTaskRequest.getOverrides()
A list of container overrides in JSON format that specify the name of a container in the specified task
definition and the overrides it should receive.
|
TaskOverride |
StartTaskRequest.getOverrides()
A list of container overrides in JSON format that specify the name of a container in the specified task
definition and the overrides it should receive.
|
TaskOverride |
Task.getOverrides()
One or more container overrides.
|
TaskOverride |
TaskOverride.withContainerOverrides(Collection<ContainerOverride> containerOverrides)
One or more container overrides sent to a task.
|
TaskOverride |
TaskOverride.withContainerOverrides(ContainerOverride... containerOverrides)
One or more container overrides sent to a task.
|
TaskOverride |
TaskOverride.withCpu(String cpu)
The cpu override for the task.
|
TaskOverride |
TaskOverride.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.
|
TaskOverride |
TaskOverride.withInferenceAcceleratorOverrides(Collection<InferenceAcceleratorOverride> inferenceAcceleratorOverrides)
The Elastic Inference accelerator override for the task.
|
TaskOverride |
TaskOverride.withInferenceAcceleratorOverrides(InferenceAcceleratorOverride... inferenceAcceleratorOverrides)
The Elastic Inference accelerator override for the task.
|
TaskOverride |
TaskOverride.withMemory(String memory)
The memory override for the task.
|
TaskOverride |
TaskOverride.withTaskRoleArn(String taskRoleArn)
The Amazon Resource Name (ARN) of the IAM role that containers in this task can assume.
|
Modifier and Type | Method and Description |
---|---|
void |
RunTaskRequest.setOverrides(TaskOverride overrides)
A list of container overrides in JSON format that specify the name of a container in the specified task
definition and the overrides it should receive.
|
void |
StartTaskRequest.setOverrides(TaskOverride overrides)
A list of container overrides in JSON format that specify the name of a container in the specified task
definition and the overrides it should receive.
|
void |
Task.setOverrides(TaskOverride overrides)
One or more container overrides.
|
RunTaskRequest |
RunTaskRequest.withOverrides(TaskOverride overrides)
A list of container overrides in JSON format that specify the name of a container in the specified task
definition and the overrides it should receive.
|
StartTaskRequest |
StartTaskRequest.withOverrides(TaskOverride overrides)
A list of container overrides in JSON format that specify the name of a container in the specified task
definition and the overrides it should receive.
|
Task |
Task.withOverrides(TaskOverride overrides)
One or more container overrides.
|
Copyright © 2020. All rights reserved.