Package | Description |
---|---|
com.amazonaws.services.ecs.model |
Modifier and Type | Method and Description |
---|---|
KeyValuePair |
KeyValuePair.clone() |
KeyValuePair |
KeyValuePair.withName(String name)
The name of the key value pair.
|
KeyValuePair |
KeyValuePair.withValue(String value)
The value of the key value pair.
|
Modifier and Type | Method and Description |
---|---|
List<KeyValuePair> |
ContainerOverride.getEnvironment()
The environment variables to send to the container.
|
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(Collection<KeyValuePair> environment)
The environment variables to send to the container.
|
void |
ContainerDefinition.setEnvironment(Collection<KeyValuePair> environment)
The environment variables to pass to a container.
|
ContainerOverride |
ContainerOverride.withEnvironment(Collection<KeyValuePair> environment)
The environment variables to send to the container.
|
ContainerDefinition |
ContainerDefinition.withEnvironment(Collection<KeyValuePair> environment)
The environment variables to pass to a container.
|
Copyright © 2016. All rights reserved.