Uses of Enum
software.amazon.awscdk.services.gamelift.alpha.BalancingStrategy
Package
Description
Amazon GameLift Construct Library
-
Uses of BalancingStrategy in software.amazon.awscdk.services.gamelift.alpha
Modifier and TypeMethodDescriptiondefault BalancingStrategy
GameServerGroupProps.getBalancingStrategy()
(experimental) Indicates how GameLift FleetIQ balances the use of Spot Instances and On-Demand Instances in the game server group.final BalancingStrategy
GameServerGroupProps.Jsii$Proxy.getBalancingStrategy()
static BalancingStrategy
Returns the enum constant of this type with the specified name.static BalancingStrategy[]
BalancingStrategy.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionGameServerGroup.Builder.balancingStrategy
(BalancingStrategy balancingStrategy) (experimental) Indicates how GameLift FleetIQ balances the use of Spot Instances and On-Demand Instances in the game server group.GameServerGroupProps.Builder.balancingStrategy
(BalancingStrategy balancingStrategy) Sets the value ofGameServerGroupProps.getBalancingStrategy()