| Package | Description |
|---|---|
| com.amazonaws.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
ContainerMemoryLimits |
ContainerMemoryLimits.clone() |
ContainerMemoryLimits |
ContainerDefinitionInput.getMemoryLimits()
The amount of memory to make available to the container.
|
ContainerMemoryLimits |
ContainerDefinition.getMemoryLimits()
The amount of memory that Amazon GameLift makes available to the container.
|
ContainerMemoryLimits |
ContainerMemoryLimits.withHardLimit(Integer hardLimit)
The maximum amount of memory that the container can use.
|
ContainerMemoryLimits |
ContainerMemoryLimits.withSoftLimit(Integer softLimit)
The amount of memory that is reserved for a container.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ContainerDefinitionInput.setMemoryLimits(ContainerMemoryLimits memoryLimits)
The amount of memory to make available to the container.
|
void |
ContainerDefinition.setMemoryLimits(ContainerMemoryLimits memoryLimits)
The amount of memory that Amazon GameLift makes available to the container.
|
ContainerDefinitionInput |
ContainerDefinitionInput.withMemoryLimits(ContainerMemoryLimits memoryLimits)
The amount of memory to make available to the container.
|
ContainerDefinition |
ContainerDefinition.withMemoryLimits(ContainerMemoryLimits memoryLimits)
The amount of memory that Amazon GameLift makes available to the container.
|
Copyright © 2025. All rights reserved.