| Package | Description |
|---|---|
| com.amazonaws.services.autoscaling.model |
| Modifier and Type | Method and Description |
|---|---|
LaunchTemplateSpecification |
LaunchTemplateSpecification.clone() |
LaunchTemplateSpecification |
AutoScalingInstanceDetails.getLaunchTemplate()
The launch template for the instance.
|
LaunchTemplateSpecification |
UpdateAutoScalingGroupRequest.getLaunchTemplate()
The launch template and version to use to specify the updates.
|
LaunchTemplateSpecification |
CreateAutoScalingGroupRequest.getLaunchTemplate()
Information used to specify the launch template and version to use to launch instances.
|
LaunchTemplateSpecification |
DesiredConfiguration.getLaunchTemplate() |
LaunchTemplateSpecification |
Instance.getLaunchTemplate()
The launch template for the instance.
|
LaunchTemplateSpecification |
AutoScalingGroup.getLaunchTemplate()
The launch template for the group.
|
LaunchTemplateSpecification |
LaunchTemplateOverrides.getLaunchTemplateSpecification()
Provides a launch template for the specified instance type or set of instance requirements.
|
LaunchTemplateSpecification |
LaunchTemplate.getLaunchTemplateSpecification()
The launch template.
|
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,
$Latest, or $Default. |
| Modifier and Type | Method and Description |
|---|---|
void |
AutoScalingInstanceDetails.setLaunchTemplate(LaunchTemplateSpecification launchTemplate)
The launch template for the instance.
|
void |
UpdateAutoScalingGroupRequest.setLaunchTemplate(LaunchTemplateSpecification launchTemplate)
The launch template and version to use to specify the updates.
|
void |
CreateAutoScalingGroupRequest.setLaunchTemplate(LaunchTemplateSpecification launchTemplate)
Information used to specify the launch template and version to use to launch instances.
|
void |
DesiredConfiguration.setLaunchTemplate(LaunchTemplateSpecification launchTemplate) |
void |
Instance.setLaunchTemplate(LaunchTemplateSpecification launchTemplate)
The launch template for the instance.
|
void |
AutoScalingGroup.setLaunchTemplate(LaunchTemplateSpecification launchTemplate)
The launch template for the group.
|
void |
LaunchTemplateOverrides.setLaunchTemplateSpecification(LaunchTemplateSpecification launchTemplateSpecification)
Provides a launch template for the specified instance type or set of instance requirements.
|
void |
LaunchTemplate.setLaunchTemplateSpecification(LaunchTemplateSpecification launchTemplateSpecification)
The launch template.
|
AutoScalingInstanceDetails |
AutoScalingInstanceDetails.withLaunchTemplate(LaunchTemplateSpecification launchTemplate)
The launch template for the instance.
|
UpdateAutoScalingGroupRequest |
UpdateAutoScalingGroupRequest.withLaunchTemplate(LaunchTemplateSpecification launchTemplate)
The launch template and version to use to specify the updates.
|
CreateAutoScalingGroupRequest |
CreateAutoScalingGroupRequest.withLaunchTemplate(LaunchTemplateSpecification launchTemplate)
Information used to specify the launch template and version to use to launch instances.
|
DesiredConfiguration |
DesiredConfiguration.withLaunchTemplate(LaunchTemplateSpecification launchTemplate) |
Instance |
Instance.withLaunchTemplate(LaunchTemplateSpecification launchTemplate)
The launch template for the instance.
|
AutoScalingGroup |
AutoScalingGroup.withLaunchTemplate(LaunchTemplateSpecification launchTemplate)
The launch template for the group.
|
LaunchTemplateOverrides |
LaunchTemplateOverrides.withLaunchTemplateSpecification(LaunchTemplateSpecification launchTemplateSpecification)
Provides a launch template for the specified instance type or set of instance requirements.
|
LaunchTemplate |
LaunchTemplate.withLaunchTemplateSpecification(LaunchTemplateSpecification launchTemplateSpecification)
The launch template.
|
Copyright © 2023. All rights reserved.