| 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<CreateGameServerGroupResult> |
AmazonGameLiftAsyncClient.createGameServerGroupAsync(CreateGameServerGroupRequest request,
AsyncHandler<CreateGameServerGroupRequest,CreateGameServerGroupResult> asyncHandler) |
Future<CreateGameServerGroupResult> |
AbstractAmazonGameLiftAsync.createGameServerGroupAsync(CreateGameServerGroupRequest request,
AsyncHandler<CreateGameServerGroupRequest,CreateGameServerGroupResult> asyncHandler) |
Future<CreateGameServerGroupResult> |
AmazonGameLiftAsync.createGameServerGroupAsync(CreateGameServerGroupRequest createGameServerGroupRequest,
AsyncHandler<CreateGameServerGroupRequest,CreateGameServerGroupResult> asyncHandler)
This operation is used with the Amazon GameLift FleetIQ solution and game server groups.
|
| Modifier and Type | Method and Description |
|---|---|
CreateGameServerGroupRequest |
CreateGameServerGroupRequest.clone() |
CreateGameServerGroupRequest |
CreateGameServerGroupRequest.withAutoScalingPolicy(GameServerGroupAutoScalingPolicy autoScalingPolicy)
Configuration settings to define a scaling policy for the Auto Scaling group that is optimized for game hosting.
|
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.
|
CreateGameServerGroupRequest |
CreateGameServerGroupRequest.withBalancingStrategy(String balancingStrategy)
Indicates how Amazon GameLift FleetIQ balances the use of Spot Instances and On-Demand Instances in the game
server group.
|
CreateGameServerGroupRequest |
CreateGameServerGroupRequest.withGameServerGroupName(String gameServerGroupName)
An identifier for the new game server group.
|
CreateGameServerGroupRequest |
CreateGameServerGroupRequest.withGameServerProtectionPolicy(GameServerProtectionPolicy gameServerProtectionPolicy)
A flag that indicates whether instances in the game server group are protected from early termination.
|
CreateGameServerGroupRequest |
CreateGameServerGroupRequest.withGameServerProtectionPolicy(String gameServerProtectionPolicy)
A flag that indicates whether instances in the game server group are protected from early termination.
|
CreateGameServerGroupRequest |
CreateGameServerGroupRequest.withInstanceDefinitions(Collection<InstanceDefinition> instanceDefinitions)
The Amazon EC2 instance types and sizes to use in the Auto Scaling group.
|
CreateGameServerGroupRequest |
CreateGameServerGroupRequest.withInstanceDefinitions(InstanceDefinition... instanceDefinitions)
The Amazon EC2 instance types and sizes to use in the Auto Scaling group.
|
CreateGameServerGroupRequest |
CreateGameServerGroupRequest.withLaunchTemplate(LaunchTemplateSpecification launchTemplate)
The Amazon EC2 launch template that contains configuration settings and game server code to be deployed to all
instances in the game server group.
|
CreateGameServerGroupRequest |
CreateGameServerGroupRequest.withMaxSize(Integer maxSize)
The maximum number of instances allowed in the Amazon EC2 Auto Scaling group.
|
CreateGameServerGroupRequest |
CreateGameServerGroupRequest.withMinSize(Integer minSize)
The minimum number of instances allowed in the Amazon EC2 Auto Scaling group.
|
CreateGameServerGroupRequest |
CreateGameServerGroupRequest.withRoleArn(String roleArn)
The Amazon Resource Name (ARN)
for an IAM role that allows Amazon GameLift to access your Amazon EC2 Auto Scaling groups.
|
CreateGameServerGroupRequest |
CreateGameServerGroupRequest.withTags(Collection<Tag> tags)
A list of labels to assign to the new game server group resource.
|
CreateGameServerGroupRequest |
CreateGameServerGroupRequest.withTags(Tag... tags)
A list of labels to assign to the new game server group resource.
|
CreateGameServerGroupRequest |
CreateGameServerGroupRequest.withVpcSubnets(Collection<String> vpcSubnets)
A list of virtual private cloud (VPC) subnets to use with instances in the game server group.
|
CreateGameServerGroupRequest |
CreateGameServerGroupRequest.withVpcSubnets(String... vpcSubnets)
A list of virtual private cloud (VPC) subnets to use with instances in the game server group.
|
Copyright © 2025. All rights reserved.