Uses of Class
software.amazon.awssdk.services.gamelift.model.ContainerMemoryLimits
-
Packages that use ContainerMemoryLimits Package Description software.amazon.awssdk.services.gamelift.model -
-
Uses of ContainerMemoryLimits in software.amazon.awssdk.services.gamelift.model
Methods in software.amazon.awssdk.services.gamelift.model that return ContainerMemoryLimits Modifier and Type Method Description ContainerMemoryLimitsContainerDefinition. memoryLimits()The amount of memory that Amazon GameLift makes available to the container.ContainerMemoryLimitsContainerDefinitionInput. memoryLimits()The amount of memory to make available to the container.Methods in software.amazon.awssdk.services.gamelift.model with parameters of type ContainerMemoryLimits Modifier and Type Method Description ContainerDefinition.BuilderContainerDefinition.Builder. memoryLimits(ContainerMemoryLimits memoryLimits)The amount of memory that Amazon GameLift makes available to the container.ContainerDefinitionInput.BuilderContainerDefinitionInput.Builder. memoryLimits(ContainerMemoryLimits memoryLimits)The amount of memory to make available to the container.
-