| Package | Description |
|---|---|
| com.amazonaws.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
static BalancingStrategy |
BalancingStrategy.fromValue(String value)
Use this in place of valueOf.
|
static BalancingStrategy |
BalancingStrategy.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.
|
| Modifier and Type | Method and Description |
|---|---|
CreateGameServerGroupRequest |
CreateGameServerGroupRequest.withBalancingStrategy(BalancingStrategy balancingStrategy)
Indicates how Amazon GameLift FleetIQ balances the use of Spot Instances and On-Demand Instances in the game
server group.
|
UpdateGameServerGroupRequest |
UpdateGameServerGroupRequest.withBalancingStrategy(BalancingStrategy balancingStrategy)
Indicates how Amazon GameLift FleetIQ balances the use of Spot Instances and On-Demand Instances in the game
server group.
|
GameServerGroup |
GameServerGroup.withBalancingStrategy(BalancingStrategy balancingStrategy)
Indicates how Amazon GameLift FleetIQ balances the use of Spot Instances and On-Demand Instances in the game
server group.
|
Copyright © 2025. All rights reserved.