Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
FleetLaunchTemplateSpecificationRequest |
FleetLaunchTemplateSpecificationRequest.clone() |
FleetLaunchTemplateSpecificationRequest |
FleetLaunchTemplateConfigRequest.getLaunchTemplateSpecification()
The launch template to use.
|
FleetLaunchTemplateSpecificationRequest |
FleetLaunchTemplateSpecificationRequest.withLaunchTemplateId(String launchTemplateId)
The ID of the launch template.
|
FleetLaunchTemplateSpecificationRequest |
FleetLaunchTemplateSpecificationRequest.withLaunchTemplateName(String launchTemplateName)
The name of the launch template.
|
FleetLaunchTemplateSpecificationRequest |
FleetLaunchTemplateSpecificationRequest.withVersion(String version)
The launch template version number,
$Latest , or $Default . |
Modifier and Type | Method and Description |
---|---|
void |
FleetLaunchTemplateConfigRequest.setLaunchTemplateSpecification(FleetLaunchTemplateSpecificationRequest launchTemplateSpecification)
The launch template to use.
|
FleetLaunchTemplateConfigRequest |
FleetLaunchTemplateConfigRequest.withLaunchTemplateSpecification(FleetLaunchTemplateSpecificationRequest launchTemplateSpecification)
The launch template to use.
|
Copyright © 2021. All rights reserved.