| Package | Description |
|---|---|
| com.amazonaws.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
static OperatingSystem |
OperatingSystem.fromValue(String value)
Use this in place of valueOf.
|
static OperatingSystem |
OperatingSystem.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OperatingSystem[] |
OperatingSystem.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Instance.setOperatingSystem(OperatingSystem operatingSystem)
Operating system that is running on this instance.
|
void |
FleetAttributes.setOperatingSystem(OperatingSystem operatingSystem)
Operating system of the fleet's computing resources.
|
void |
Build.setOperatingSystem(OperatingSystem operatingSystem)
Operating system that the game server binaries are built to run on.
|
void |
InstanceAccess.setOperatingSystem(OperatingSystem operatingSystem)
Operating system that is running on the instance.
|
void |
CreateBuildRequest.setOperatingSystem(OperatingSystem operatingSystem)
Operating system that the game server binaries are built to run on.
|
Instance |
Instance.withOperatingSystem(OperatingSystem operatingSystem)
Operating system that is running on this instance.
|
FleetAttributes |
FleetAttributes.withOperatingSystem(OperatingSystem operatingSystem)
Operating system of the fleet's computing resources.
|
Build |
Build.withOperatingSystem(OperatingSystem operatingSystem)
Operating system that the game server binaries are built to run on.
|
InstanceAccess |
InstanceAccess.withOperatingSystem(OperatingSystem operatingSystem)
Operating system that is running on the instance.
|
CreateBuildRequest |
CreateBuildRequest.withOperatingSystem(OperatingSystem operatingSystem)
Operating system that the game server binaries are built to run on.
|
Copyright © 2017. All rights reserved.