Uses of Class
software.amazon.awssdk.services.gamelift.model.OperatingSystem
-
Packages that use OperatingSystem Package Description software.amazon.awssdk.services.gamelift.model -
-
Uses of OperatingSystem in software.amazon.awssdk.services.gamelift.model
Methods in software.amazon.awssdk.services.gamelift.model that return OperatingSystem Modifier and Type Method Description static OperatingSystemOperatingSystem. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.OperatingSystemBuild. operatingSystem()Operating system that the game server binaries are built to run on.OperatingSystemCompute. operatingSystem()The type of operating system on the compute resource.OperatingSystemCreateBuildRequest. operatingSystem()The operating system that your game server binaries run on.OperatingSystemFleetAttributes. operatingSystem()The operating system of the fleet's computing resources.OperatingSystemInstance. operatingSystem()Operating system that is running on this EC2 instance.OperatingSystemInstanceAccess. operatingSystem()Operating system that is running on the instance.static OperatingSystemOperatingSystem. 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.Methods in software.amazon.awssdk.services.gamelift.model that return types with arguments of type OperatingSystem Modifier and Type Method Description static Set<OperatingSystem>OperatingSystem. knownValues()Methods in software.amazon.awssdk.services.gamelift.model with parameters of type OperatingSystem Modifier and Type Method Description Build.BuilderBuild.Builder. operatingSystem(OperatingSystem operatingSystem)Operating system that the game server binaries are built to run on.Compute.BuilderCompute.Builder. operatingSystem(OperatingSystem operatingSystem)The type of operating system on the compute resource.CreateBuildRequest.BuilderCreateBuildRequest.Builder. operatingSystem(OperatingSystem operatingSystem)The operating system that your game server binaries run on.FleetAttributes.BuilderFleetAttributes.Builder. operatingSystem(OperatingSystem operatingSystem)The operating system of the fleet's computing resources.Instance.BuilderInstance.Builder. operatingSystem(OperatingSystem operatingSystem)Operating system that is running on this EC2 instance.InstanceAccess.BuilderInstanceAccess.Builder. operatingSystem(OperatingSystem operatingSystem)Operating system that is running on the instance.
-