| Package | Description |
|---|---|
| com.amazonaws.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
static ContainerOperatingSystem |
ContainerOperatingSystem.fromValue(String value)
Use this in place of valueOf.
|
static ContainerOperatingSystem |
ContainerOperatingSystem.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContainerOperatingSystem[] |
ContainerOperatingSystem.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
CreateContainerGroupDefinitionRequest |
CreateContainerGroupDefinitionRequest.withOperatingSystem(ContainerOperatingSystem operatingSystem)
The platform that is used by containers in the container group definition.
|
ContainerGroupDefinition |
ContainerGroupDefinition.withOperatingSystem(ContainerOperatingSystem operatingSystem)
The platform required for all containers in the container group definition.
|
Copyright © 2025. All rights reserved.