| Package | Description |
|---|---|
| com.amazonaws.services.gamelift |
Amazon GameLift provides solutions for hosting session-based multiplayer game servers in the cloud, including tools
for deploying, operating, and scaling game servers.
|
| com.amazonaws.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateGameServerGroupResult> |
AbstractAmazonGameLiftAsync.updateGameServerGroupAsync(UpdateGameServerGroupRequest request,
AsyncHandler<UpdateGameServerGroupRequest,UpdateGameServerGroupResult> asyncHandler) |
Future<UpdateGameServerGroupResult> |
AmazonGameLiftAsyncClient.updateGameServerGroupAsync(UpdateGameServerGroupRequest request,
AsyncHandler<UpdateGameServerGroupRequest,UpdateGameServerGroupResult> asyncHandler) |
Future<UpdateGameServerGroupResult> |
AmazonGameLiftAsync.updateGameServerGroupAsync(UpdateGameServerGroupRequest updateGameServerGroupRequest,
AsyncHandler<UpdateGameServerGroupRequest,UpdateGameServerGroupResult> asyncHandler)
This operation is used with the Amazon GameLift FleetIQ solution and game server groups.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateGameServerGroupRequest |
UpdateGameServerGroupRequest.clone() |
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.
|
UpdateGameServerGroupRequest |
UpdateGameServerGroupRequest.withBalancingStrategy(String balancingStrategy)
Indicates how Amazon GameLift FleetIQ balances the use of Spot Instances and On-Demand Instances in the game
server group.
|
UpdateGameServerGroupRequest |
UpdateGameServerGroupRequest.withGameServerGroupName(String gameServerGroupName)
A unique identifier for the game server group.
|
UpdateGameServerGroupRequest |
UpdateGameServerGroupRequest.withGameServerProtectionPolicy(GameServerProtectionPolicy gameServerProtectionPolicy)
A flag that indicates whether instances in the game server group are protected from early termination.
|
UpdateGameServerGroupRequest |
UpdateGameServerGroupRequest.withGameServerProtectionPolicy(String gameServerProtectionPolicy)
A flag that indicates whether instances in the game server group are protected from early termination.
|
UpdateGameServerGroupRequest |
UpdateGameServerGroupRequest.withInstanceDefinitions(Collection<InstanceDefinition> instanceDefinitions)
An updated list of Amazon EC2 instance types to use in the Auto Scaling group.
|
UpdateGameServerGroupRequest |
UpdateGameServerGroupRequest.withInstanceDefinitions(InstanceDefinition... instanceDefinitions)
An updated list of Amazon EC2 instance types to use in the Auto Scaling group.
|
UpdateGameServerGroupRequest |
UpdateGameServerGroupRequest.withRoleArn(String roleArn)
The Amazon Resource Name (ARN)
for an IAM role that allows Amazon GameLift to access your Amazon EC2 Auto Scaling groups.
|
Copyright © 2023. All rights reserved.