| Package | Description |
|---|---|
| com.amazonaws.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
LaunchTemplateSpecification |
LaunchTemplateSpecification.clone() |
LaunchTemplateSpecification |
CreateGameServerGroupRequest.getLaunchTemplate()
The EC2 launch template that contains configuration settings and game server code to be deployed to all instances
in the game server group.
|
LaunchTemplateSpecification |
LaunchTemplateSpecification.withLaunchTemplateId(String launchTemplateId)
A unique identifier for an existing EC2 launch template.
|
LaunchTemplateSpecification |
LaunchTemplateSpecification.withLaunchTemplateName(String launchTemplateName)
A readable identifier for an existing EC2 launch template.
|
LaunchTemplateSpecification |
LaunchTemplateSpecification.withVersion(String version)
The version of the EC2 launch template to use.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateGameServerGroupRequest.setLaunchTemplate(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.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.
|
Copyright © 2021. All rights reserved.