Package | Description |
---|---|
com.amazonaws.services.batch.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> |
ContainerProperties.getEnvironment()
The environment variables to pass to a container.
|
List<KeyValuePair> |
ContainerDetail.getEnvironment()
The environment variables to pass to a container.
|
List<KeyValuePair> |
ContainerOverrides.getEnvironment()
The environment variables to send to the container.
|
Modifier and Type | Method and Description |
---|---|
ContainerProperties |
ContainerProperties.withEnvironment(KeyValuePair... environment)
The environment variables to pass to a container.
|
ContainerDetail |
ContainerDetail.withEnvironment(KeyValuePair... environment)
The environment variables to pass to a container.
|
ContainerOverrides |
ContainerOverrides.withEnvironment(KeyValuePair... environment)
The environment variables to send to the container.
|
Modifier and Type | Method and Description |
---|---|
void |
ContainerProperties.setEnvironment(Collection<KeyValuePair> environment)
The environment variables to pass to a container.
|
void |
ContainerDetail.setEnvironment(Collection<KeyValuePair> environment)
The environment variables to pass to a container.
|
void |
ContainerOverrides.setEnvironment(Collection<KeyValuePair> environment)
The environment variables to send to the container.
|
ContainerProperties |
ContainerProperties.withEnvironment(Collection<KeyValuePair> environment)
The environment variables to pass to a container.
|
ContainerDetail |
ContainerDetail.withEnvironment(Collection<KeyValuePair> environment)
The environment variables to pass to a container.
|
ContainerOverrides |
ContainerOverrides.withEnvironment(Collection<KeyValuePair> environment)
The environment variables to send to the container.
|
Copyright © 2020. All rights reserved.