Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
LaunchTemplateSpecification |
LaunchTemplateSpecification.clone() |
LaunchTemplateSpecification |
RunInstancesRequest.getLaunchTemplate()
The launch template to use to launch the instances.
|
LaunchTemplateSpecification |
LaunchTemplateSpecification.withLaunchTemplateId(String launchTemplateId)
The ID of the launch template.
|
LaunchTemplateSpecification |
LaunchTemplateSpecification.withLaunchTemplateName(String launchTemplateName)
The name of the launch template.
|
LaunchTemplateSpecification |
LaunchTemplateSpecification.withVersion(String version)
The version number of the launch template.
|
Modifier and Type | Method and Description |
---|---|
void |
RunInstancesRequest.setLaunchTemplate(LaunchTemplateSpecification launchTemplate)
The launch template to use to launch the instances.
|
RunInstancesRequest |
RunInstancesRequest.withLaunchTemplate(LaunchTemplateSpecification launchTemplate)
The launch template to use to launch the instances.
|
Copyright © 2018. All rights reserved.