Uses of Enum
software.amazon.awscdk.services.gamelift.alpha.OperatingSystem
Packages that use OperatingSystem
Package
Description
Amazon GameLift Construct Library
-
Uses of OperatingSystem in software.amazon.awscdk.services.gamelift.alpha
Methods in software.amazon.awscdk.services.gamelift.alpha that return OperatingSystemModifier and TypeMethodDescriptiondefault OperatingSystemBuildProps.getOperatingSystem()(experimental) The operating system that the game server binaries are built to run on.final OperatingSystemBuildProps.Jsii$Proxy.getOperatingSystem()static OperatingSystemReturns 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.Methods in software.amazon.awscdk.services.gamelift.alpha with parameters of type OperatingSystemModifier 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()