| Package | Description |
|---|---|
| software.amazon.awssdk.services.ecs.model |
| Modifier and Type | Method and Description |
|---|---|
TaskOverride |
RunTaskRequest.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.
|
TaskOverride |
Task.overrides()
One or more container overrides.
|
TaskOverride |
StartTaskRequest.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 receives.
|
| Modifier and Type | Method and Description |
|---|---|
RunTaskRequest.Builder |
RunTaskRequest.Builder.overrides(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.Builder |
Task.Builder.overrides(TaskOverride overrides)
One or more container overrides.
|
StartTaskRequest.Builder |
StartTaskRequest.Builder.overrides(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 receives.
|
Copyright © 2023. All rights reserved.