Package | Description |
---|---|
com.amazonaws.services.ecs.model | |
com.amazonaws.services.ecs.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<KeyValuePair> |
ContainerOverride.environment
The environment variables to send to the container.
|
private SdkInternalList<KeyValuePair> |
ContainerDefinition.environment
The environment variables to pass to a container.
|
Modifier and Type | Method and Description |
---|---|
KeyValuePair |
KeyValuePair.clone() |
KeyValuePair |
KeyValuePair.withName(java.lang.String name)
The name of the key value pair.
|
KeyValuePair |
KeyValuePair.withValue(java.lang.String value)
The value of the key value pair.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<KeyValuePair> |
ContainerOverride.getEnvironment()
The environment variables to send to the container.
|
java.util.List<KeyValuePair> |
ContainerDefinition.getEnvironment()
The environment variables to pass to a container.
|
Modifier and Type | Method and Description |
---|---|
ContainerOverride |
ContainerOverride.withEnvironment(KeyValuePair... environment)
The environment variables to send to the container.
|
ContainerDefinition |
ContainerDefinition.withEnvironment(KeyValuePair... environment)
The environment variables to pass to a container.
|
Modifier and Type | Method and Description |
---|---|
void |
ContainerOverride.setEnvironment(java.util.Collection<KeyValuePair> environment)
The environment variables to send to the container.
|
void |
ContainerDefinition.setEnvironment(java.util.Collection<KeyValuePair> environment)
The environment variables to pass to a container.
|
ContainerOverride |
ContainerOverride.withEnvironment(java.util.Collection<KeyValuePair> environment)
The environment variables to send to the container.
|
ContainerDefinition |
ContainerDefinition.withEnvironment(java.util.Collection<KeyValuePair> environment)
The environment variables to pass to a container.
|
Modifier and Type | Method and Description |
---|---|
KeyValuePair |
KeyValuePairJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
KeyValuePairJsonMarshaller.marshall(KeyValuePair keyValuePair,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|