| Package | Description |
|---|---|
| com.amazonaws.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
ContainerEnvironment |
ContainerEnvironment.clone() |
ContainerEnvironment |
ContainerEnvironment.withName(String name)
The environment variable name.
|
ContainerEnvironment |
ContainerEnvironment.withValue(String value)
The environment variable value.
|
| Modifier and Type | Method and Description |
|---|---|
List<ContainerEnvironment> |
ContainerDefinitionInput.getEnvironment()
A set of environment variables to pass to the container on startup.
|
List<ContainerEnvironment> |
ContainerDefinition.getEnvironment()
A set of environment variables that's passed to the container on startup.
|
| Modifier and Type | Method and Description |
|---|---|
ContainerDefinitionInput |
ContainerDefinitionInput.withEnvironment(ContainerEnvironment... environment)
A set of environment variables to pass to the container on startup.
|
ContainerDefinition |
ContainerDefinition.withEnvironment(ContainerEnvironment... environment)
A set of environment variables that's passed to the container on startup.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ContainerDefinitionInput.setEnvironment(Collection<ContainerEnvironment> environment)
A set of environment variables to pass to the container on startup.
|
void |
ContainerDefinition.setEnvironment(Collection<ContainerEnvironment> environment)
A set of environment variables that's passed to the container on startup.
|
ContainerDefinitionInput |
ContainerDefinitionInput.withEnvironment(Collection<ContainerEnvironment> environment)
A set of environment variables to pass to the container on startup.
|
ContainerDefinition |
ContainerDefinition.withEnvironment(Collection<ContainerEnvironment> environment)
A set of environment variables that's passed to the container on startup.
|
Copyright © 2025. All rights reserved.