| Package | Description |
|---|---|
| com.amazonaws.services.batch.model |
| Modifier and Type | Method and Description |
|---|---|
EksContainerEnvironmentVariable |
EksContainerEnvironmentVariable.clone() |
EksContainerEnvironmentVariable |
EksContainerEnvironmentVariable.withName(String name)
The name of the environment variable.
|
EksContainerEnvironmentVariable |
EksContainerEnvironmentVariable.withValue(String value)
The value of the environment variable.
|
| Modifier and Type | Method and Description |
|---|---|
List<EksContainerEnvironmentVariable> |
EksContainerDetail.getEnv()
The environment variables to pass to a container.
|
List<EksContainerEnvironmentVariable> |
EksContainerOverride.getEnv()
The environment variables to send to the container.
|
List<EksContainerEnvironmentVariable> |
EksContainer.getEnv()
The environment variables to pass to a container.
|
| Modifier and Type | Method and Description |
|---|---|
EksContainerDetail |
EksContainerDetail.withEnv(EksContainerEnvironmentVariable... env)
The environment variables to pass to a container.
|
EksContainerOverride |
EksContainerOverride.withEnv(EksContainerEnvironmentVariable... env)
The environment variables to send to the container.
|
EksContainer |
EksContainer.withEnv(EksContainerEnvironmentVariable... env)
The environment variables to pass to a container.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EksContainerDetail.setEnv(Collection<EksContainerEnvironmentVariable> env)
The environment variables to pass to a container.
|
void |
EksContainerOverride.setEnv(Collection<EksContainerEnvironmentVariable> env)
The environment variables to send to the container.
|
void |
EksContainer.setEnv(Collection<EksContainerEnvironmentVariable> env)
The environment variables to pass to a container.
|
EksContainerDetail |
EksContainerDetail.withEnv(Collection<EksContainerEnvironmentVariable> env)
The environment variables to pass to a container.
|
EksContainerOverride |
EksContainerOverride.withEnv(Collection<EksContainerEnvironmentVariable> env)
The environment variables to send to the container.
|
EksContainer |
EksContainer.withEnv(Collection<EksContainerEnvironmentVariable> env)
The environment variables to pass to a container.
|
Copyright © 2023. All rights reserved.