Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
FastLaunchLaunchTemplateSpecificationRequest |
FastLaunchLaunchTemplateSpecificationRequest.clone() |
FastLaunchLaunchTemplateSpecificationRequest |
EnableFastLaunchRequest.getLaunchTemplate()
The launch template to use when launching Windows instances from pre-provisioned snapshots.
|
FastLaunchLaunchTemplateSpecificationRequest |
FastLaunchLaunchTemplateSpecificationRequest.withLaunchTemplateId(String launchTemplateId)
The ID of the launch template to use for faster launching for a Windows AMI.
|
FastLaunchLaunchTemplateSpecificationRequest |
FastLaunchLaunchTemplateSpecificationRequest.withLaunchTemplateName(String launchTemplateName)
The name of the launch template to use for faster launching for a Windows AMI.
|
FastLaunchLaunchTemplateSpecificationRequest |
FastLaunchLaunchTemplateSpecificationRequest.withVersion(String version)
The version of the launch template to use for faster launching for a Windows AMI.
|
Modifier and Type | Method and Description |
---|---|
void |
EnableFastLaunchRequest.setLaunchTemplate(FastLaunchLaunchTemplateSpecificationRequest launchTemplate)
The launch template to use when launching Windows instances from pre-provisioned snapshots.
|
EnableFastLaunchRequest |
EnableFastLaunchRequest.withLaunchTemplate(FastLaunchLaunchTemplateSpecificationRequest launchTemplate)
The launch template to use when launching Windows instances from pre-provisioned snapshots.
|
Copyright © 2022. All rights reserved.