| Package | Description |
|---|---|
| software.amazon.awssdk.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
BalancingStrategy |
CreateGameServerGroupRequest.balancingStrategy()
Indicates how GameLift FleetIQ balances the use of Spot Instances and On-Demand Instances in the game server
group.
|
BalancingStrategy |
GameServerGroup.balancingStrategy()
Indicates how GameLift FleetIQ balances the use of Spot Instances and On-Demand Instances in the game server
group.
|
BalancingStrategy |
UpdateGameServerGroupRequest.balancingStrategy()
Indicates how GameLift FleetIQ balances the use of Spot Instances and On-Demand Instances in the game server
group.
|
static BalancingStrategy |
BalancingStrategy.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
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 |
|---|---|
static Set<BalancingStrategy> |
BalancingStrategy.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CreateGameServerGroupRequest.Builder |
CreateGameServerGroupRequest.Builder.balancingStrategy(BalancingStrategy balancingStrategy)
Indicates how GameLift FleetIQ balances the use of Spot Instances and On-Demand Instances in the game server
group.
|
GameServerGroup.Builder |
GameServerGroup.Builder.balancingStrategy(BalancingStrategy balancingStrategy)
Indicates how GameLift FleetIQ balances the use of Spot Instances and On-Demand Instances in the game server
group.
|
UpdateGameServerGroupRequest.Builder |
UpdateGameServerGroupRequest.Builder.balancingStrategy(BalancingStrategy balancingStrategy)
Indicates how GameLift FleetIQ balances the use of Spot Instances and On-Demand Instances in the game server
group.
|
Copyright © 2023. All rights reserved.