Uses of Class
software.amazon.awssdk.services.gamelift.model.BalancingStrategy
-
Packages that use BalancingStrategy Package Description software.amazon.awssdk.services.gamelift.model -
-
Uses of BalancingStrategy in software.amazon.awssdk.services.gamelift.model
Methods in software.amazon.awssdk.services.gamelift.model that return BalancingStrategy Modifier and Type Method Description BalancingStrategyCreateGameServerGroupRequest. balancingStrategy()Indicates how Amazon GameLift FleetIQ balances the use of Spot Instances and On-Demand Instances in the game server group.BalancingStrategyGameServerGroup. balancingStrategy()Indicates how Amazon GameLift FleetIQ balances the use of Spot Instances and On-Demand Instances in the game server group.BalancingStrategyUpdateGameServerGroupRequest. balancingStrategy()Indicates how Amazon GameLift FleetIQ balances the use of Spot Instances and On-Demand Instances in the game server group.static BalancingStrategyBalancingStrategy. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static BalancingStrategyBalancingStrategy. valueOf(String name)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.Methods in software.amazon.awssdk.services.gamelift.model that return types with arguments of type BalancingStrategy Modifier and Type Method Description static Set<BalancingStrategy>BalancingStrategy. knownValues()Methods in software.amazon.awssdk.services.gamelift.model with parameters of type BalancingStrategy Modifier and Type Method Description CreateGameServerGroupRequest.BuilderCreateGameServerGroupRequest.Builder. balancingStrategy(BalancingStrategy balancingStrategy)Indicates how Amazon GameLift FleetIQ balances the use of Spot Instances and On-Demand Instances in the game server group.GameServerGroup.BuilderGameServerGroup.Builder. balancingStrategy(BalancingStrategy balancingStrategy)Indicates how Amazon GameLift FleetIQ balances the use of Spot Instances and On-Demand Instances in the game server group.UpdateGameServerGroupRequest.BuilderUpdateGameServerGroupRequest.Builder. balancingStrategy(BalancingStrategy balancingStrategy)Indicates how Amazon GameLift FleetIQ balances the use of Spot Instances and On-Demand Instances in the game server group.
-