| Package | Description |
|---|---|
| com.amazonaws.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
ContainerDefinition |
ContainerDefinition.clone() |
ContainerDefinition |
ContainerDefinition.withCommand(Collection<String> command)
A command that's passed to the container on startup.
|
ContainerDefinition |
ContainerDefinition.withCommand(String... command)
A command that's passed to the container on startup.
|
ContainerDefinition |
ContainerDefinition.withContainerName(String containerName)
The container definition identifier.
|
ContainerDefinition |
ContainerDefinition.withCpu(Integer cpu)
The number of CPU units that are reserved for the container.
|
ContainerDefinition |
ContainerDefinition.withDependsOn(Collection<ContainerDependency> dependsOn)
Indicates that the container relies on the status of other containers in the same container group during its
startup and shutdown sequences.
|
ContainerDefinition |
ContainerDefinition.withDependsOn(ContainerDependency... dependsOn)
Indicates that the container relies on the status of other containers in the same container group during its
startup and shutdown sequences.
|
ContainerDefinition |
ContainerDefinition.withEntryPoint(Collection<String> entryPoint)
The entry point that's passed to the container on startup.
|
ContainerDefinition |
ContainerDefinition.withEntryPoint(String... entryPoint)
The entry point that's passed to the container on startup.
|
ContainerDefinition |
ContainerDefinition.withEnvironment(Collection<ContainerEnvironment> environment)
A set of environment variables that's passed to the container on startup.
|
ContainerDefinition |
ContainerDefinition.withEnvironment(ContainerEnvironment... environment)
A set of environment variables that's passed to the container on startup.
|
ContainerDefinition |
ContainerDefinition.withEssential(Boolean essential)
Indicates whether the container is vital to the container group.
|
ContainerDefinition |
ContainerDefinition.withHealthCheck(ContainerHealthCheck healthCheck)
A configuration for a non-terminal health check.
|
ContainerDefinition |
ContainerDefinition.withImageUri(String imageUri)
The URI to the image that $short; copied and deployed to a container fleet.
|
ContainerDefinition |
ContainerDefinition.withMemoryLimits(ContainerMemoryLimits memoryLimits)
The amount of memory that Amazon GameLift makes available to the container.
|
ContainerDefinition |
ContainerDefinition.withPortConfiguration(ContainerPortConfiguration portConfiguration)
Defines the ports that are available to assign to processes in the container.
|
ContainerDefinition |
ContainerDefinition.withResolvedImageDigest(String resolvedImageDigest)
A unique and immutable identifier for the container image that is deployed to a container fleet.
|
ContainerDefinition |
ContainerDefinition.withWorkingDirectory(String workingDirectory)
The directory in the container where commands are run.
|
| Modifier and Type | Method and Description |
|---|---|
List<ContainerDefinition> |
ContainerGroupDefinition.getContainerDefinitions()
The set of container definitions that are included in the container group.
|
| Modifier and Type | Method and Description |
|---|---|
ContainerGroupDefinition |
ContainerGroupDefinition.withContainerDefinitions(ContainerDefinition... containerDefinitions)
The set of container definitions that are included in the container group.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ContainerGroupDefinition.setContainerDefinitions(Collection<ContainerDefinition> containerDefinitions)
The set of container definitions that are included in the container group.
|
ContainerGroupDefinition |
ContainerGroupDefinition.withContainerDefinitions(Collection<ContainerDefinition> containerDefinitions)
The set of container definitions that are included in the container group.
|
Copyright © 2025. All rights reserved.