| Package | Description |
|---|---|
| com.amazonaws.services.gamelift |
|
| com.amazonaws.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateGameServerGroupResult> |
AmazonGameLiftAsyncClient.createGameServerGroupAsync(CreateGameServerGroupRequest request,
AsyncHandler<CreateGameServerGroupRequest,CreateGameServerGroupResult> asyncHandler) |
Future<CreateGameServerGroupResult> |
AmazonGameLiftAsync.createGameServerGroupAsync(CreateGameServerGroupRequest createGameServerGroupRequest,
AsyncHandler<CreateGameServerGroupRequest,CreateGameServerGroupResult> asyncHandler)
This operation is used with the GameLift FleetIQ solution and game server groups.
|
Future<CreateGameServerGroupResult> |
AbstractAmazonGameLiftAsync.createGameServerGroupAsync(CreateGameServerGroupRequest request,
AsyncHandler<CreateGameServerGroupRequest,CreateGameServerGroupResult> asyncHandler) |
| 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 GameLift FleetIQ balances the use of Spot Instances and On-Demand Instances in the game server
group.
|
CreateGameServerGroupRequest |
CreateGameServerGroupRequest.withBalancingStrategy(String balancingStrategy)
Indicates how 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 EC2 instance types and sizes to use in the Auto Scaling group.
|
CreateGameServerGroupRequest |
CreateGameServerGroupRequest.withInstanceDefinitions(InstanceDefinition... instanceDefinitions)
The EC2 instance types and sizes to use in the Auto Scaling group.
|
CreateGameServerGroupRequest |
CreateGameServerGroupRequest.withLaunchTemplate(LaunchTemplateSpecification launchTemplate)
The 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 EC2 Auto Scaling group.
|
CreateGameServerGroupRequest |
CreateGameServerGroupRequest.withMinSize(Integer minSize)
The minimum number of instances allowed in the 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 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 © 2021. All rights reserved.