| 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)
The fallback balancing method to use for the game server group when Spot instances in a Region become unavailable
or are not viable for game hosting.
|
GameServerGroup |
GameServerGroup.withBalancingStrategy(BalancingStrategy balancingStrategy)
The fallback balancing method to use for the game server group when Spot instances in a Region become unavailable
or are not viable for game hosting.
|
UpdateGameServerGroupRequest |
UpdateGameServerGroupRequest.withBalancingStrategy(BalancingStrategy balancingStrategy)
The fallback balancing method to use for the game server group when Spot instances in a Region become unavailable
or are not viable for game hosting.
|
Copyright © 2020. All rights reserved.