| Package | Description |
|---|---|
| com.amazonaws.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
ContainerGroupDefinition |
ContainerGroupDefinition.clone() |
ContainerGroupDefinition |
CreateContainerGroupDefinitionResult.getContainerGroupDefinition()
The properties of the newly created container group definition resource.
|
ContainerGroupDefinition |
DescribeContainerGroupDefinitionResult.getContainerGroupDefinition()
The properties of the requested container group definition resource.
|
ContainerGroupDefinition |
ContainerGroupDefinition.withContainerDefinitions(Collection<ContainerDefinition> containerDefinitions)
The set of container definitions that are included in the container group.
|
ContainerGroupDefinition |
ContainerGroupDefinition.withContainerDefinitions(ContainerDefinition... containerDefinitions)
The set of container definitions that are included in the container group.
|
ContainerGroupDefinition |
ContainerGroupDefinition.withContainerGroupDefinitionArn(String containerGroupDefinitionArn)
The Amazon Resource Name (ARN)
that is assigned to an Amazon GameLift
ContainerGroupDefinition resource. |
ContainerGroupDefinition |
ContainerGroupDefinition.withCreationTime(Date creationTime)
A time stamp indicating when this data object was created.
|
ContainerGroupDefinition |
ContainerGroupDefinition.withName(String name)
A descriptive identifier for the container group definition.
|
ContainerGroupDefinition |
ContainerGroupDefinition.withOperatingSystem(ContainerOperatingSystem operatingSystem)
The platform required for all containers in the container group definition.
|
ContainerGroupDefinition |
ContainerGroupDefinition.withOperatingSystem(String operatingSystem)
The platform required for all containers in the container group definition.
|
ContainerGroupDefinition |
ContainerGroupDefinition.withSchedulingStrategy(ContainerSchedulingStrategy schedulingStrategy)
The method for deploying the container group across fleet instances.
|
ContainerGroupDefinition |
ContainerGroupDefinition.withSchedulingStrategy(String schedulingStrategy)
The method for deploying the container group across fleet instances.
|
ContainerGroupDefinition |
ContainerGroupDefinition.withStatus(ContainerGroupDefinitionStatus status)
Current status of the container group definition resource.
|
ContainerGroupDefinition |
ContainerGroupDefinition.withStatus(String status)
Current status of the container group definition resource.
|
ContainerGroupDefinition |
ContainerGroupDefinition.withStatusReason(String statusReason)
Additional information about a container group definition that's in
FAILED status. |
ContainerGroupDefinition |
ContainerGroupDefinition.withTotalCpuLimit(Integer totalCpuLimit)
The amount of CPU units on a fleet instance to allocate for the container group.
|
ContainerGroupDefinition |
ContainerGroupDefinition.withTotalMemoryLimit(Integer totalMemoryLimit)
The amount of memory (in MiB) on a fleet instance to allocate for the container group.
|
| Modifier and Type | Method and Description |
|---|---|
List<ContainerGroupDefinition> |
ListContainerGroupDefinitionsResult.getContainerGroupDefinitions()
A result set of container group definitions that match the request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateContainerGroupDefinitionResult.setContainerGroupDefinition(ContainerGroupDefinition containerGroupDefinition)
The properties of the newly created container group definition resource.
|
void |
DescribeContainerGroupDefinitionResult.setContainerGroupDefinition(ContainerGroupDefinition containerGroupDefinition)
The properties of the requested container group definition resource.
|
CreateContainerGroupDefinitionResult |
CreateContainerGroupDefinitionResult.withContainerGroupDefinition(ContainerGroupDefinition containerGroupDefinition)
The properties of the newly created container group definition resource.
|
DescribeContainerGroupDefinitionResult |
DescribeContainerGroupDefinitionResult.withContainerGroupDefinition(ContainerGroupDefinition containerGroupDefinition)
The properties of the requested container group definition resource.
|
ListContainerGroupDefinitionsResult |
ListContainerGroupDefinitionsResult.withContainerGroupDefinitions(ContainerGroupDefinition... containerGroupDefinitions)
A result set of container group definitions that match the request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListContainerGroupDefinitionsResult.setContainerGroupDefinitions(Collection<ContainerGroupDefinition> containerGroupDefinitions)
A result set of container group definitions that match the request.
|
ListContainerGroupDefinitionsResult |
ListContainerGroupDefinitionsResult.withContainerGroupDefinitions(Collection<ContainerGroupDefinition> containerGroupDefinitions)
A result set of container group definitions that match the request.
|
Copyright © 2025. All rights reserved.