Uses of Enum
software.amazon.awscdk.services.gamelift.alpha.BalancingStrategy
Packages that use BalancingStrategy
Package
Description
Amazon GameLift Construct Library
-
Uses of BalancingStrategy in software.amazon.awscdk.services.gamelift.alpha
Methods in software.amazon.awscdk.services.gamelift.alpha that return BalancingStrategyModifier and TypeMethodDescriptiondefault BalancingStrategyGameServerGroupProps.getBalancingStrategy()(experimental) Indicates how GameLift FleetIQ balances the use of Spot Instances and On-Demand Instances in the game server group.final BalancingStrategyGameServerGroupProps.Jsii$Proxy.getBalancingStrategy()static BalancingStrategyReturns 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.Methods in software.amazon.awscdk.services.gamelift.alpha with parameters of type BalancingStrategyModifier 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()