Uses of Enum
software.amazon.awscdk.services.gamelift.alpha.OperatingSystem
Package
Description
Amazon GameLift Construct Library
-
Uses of OperatingSystem in software.amazon.awscdk.services.gamelift.alpha
Modifier and TypeMethodDescriptiondefault OperatingSystem
BuildProps.getOperatingSystem()
(experimental) The operating system that the game server binaries are built to run on.final OperatingSystem
BuildProps.Jsii$Proxy.getOperatingSystem()
static OperatingSystem
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 TypeMethodDescriptionBuild.Builder.operatingSystem
(OperatingSystem operatingSystem) (experimental) The operating system that the game server binaries are built to run on.BuildProps.Builder.operatingSystem
(OperatingSystem operatingSystem) Sets the value ofBuildProps.getOperatingSystem()