Package | Description |
---|---|
com.amazonaws.services.ecs.model | |
com.amazonaws.services.ecs.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<ContainerOverride> |
TaskOverride.containerOverrides
One or more container overrides sent to a task.
|
Modifier and Type | Method and Description |
---|---|
ContainerOverride |
ContainerOverride.clone() |
ContainerOverride |
ContainerOverride.withCommand(java.util.Collection<java.lang.String> command)
The command to send to the container that overrides the default command
from the Docker image or the task definition.
|
ContainerOverride |
ContainerOverride.withCommand(java.lang.String... command)
The command to send to the container that overrides the default command
from the Docker image or the task definition.
|
ContainerOverride |
ContainerOverride.withEnvironment(java.util.Collection<KeyValuePair> environment)
The environment variables to send to the container.
|
ContainerOverride |
ContainerOverride.withEnvironment(KeyValuePair... environment)
The environment variables to send to the container.
|
ContainerOverride |
ContainerOverride.withName(java.lang.String name)
The name of the container that receives the override.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<ContainerOverride> |
TaskOverride.getContainerOverrides()
One or more container overrides sent to a task.
|
Modifier and Type | Method and Description |
---|---|
TaskOverride |
TaskOverride.withContainerOverrides(ContainerOverride... containerOverrides)
One or more container overrides sent to a task.
|
Modifier and Type | Method and Description |
---|---|
void |
TaskOverride.setContainerOverrides(java.util.Collection<ContainerOverride> containerOverrides)
One or more container overrides sent to a task.
|
TaskOverride |
TaskOverride.withContainerOverrides(java.util.Collection<ContainerOverride> containerOverrides)
One or more container overrides sent to a task.
|
Modifier and Type | Method and Description |
---|---|
ContainerOverride |
ContainerOverrideJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
ContainerOverrideJsonMarshaller.marshall(ContainerOverride containerOverride,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|