Uses of Class
software.amazon.awssdk.services.gamelift.model.LaunchTemplateSpecification
-
Packages that use LaunchTemplateSpecification Package Description software.amazon.awssdk.services.gamelift.model -
-
Uses of LaunchTemplateSpecification in software.amazon.awssdk.services.gamelift.model
Methods in software.amazon.awssdk.services.gamelift.model that return LaunchTemplateSpecification Modifier and Type Method Description LaunchTemplateSpecificationCreateGameServerGroupRequest. 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.Methods in software.amazon.awssdk.services.gamelift.model with parameters of type LaunchTemplateSpecification Modifier and Type Method Description CreateGameServerGroupRequest.BuilderCreateGameServerGroupRequest.Builder. launchTemplate(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.
-