| Package | Description |
|---|---|
| software.amazon.awssdk.services.autoscaling.model |
| Modifier and Type | Method and Description |
|---|---|
LaunchTemplateSpecification |
CreateAutoScalingGroupRequest.launchTemplate()
Information used to specify the launch template and version to use to launch instances.
|
LaunchTemplateSpecification |
AutoScalingInstanceDetails.launchTemplate()
The launch template for the instance.
|
LaunchTemplateSpecification |
UpdateAutoScalingGroupRequest.launchTemplate()
The launch template and version to use to specify the updates.
|
LaunchTemplateSpecification |
DesiredConfiguration.launchTemplate()
Returns the value of the LaunchTemplate property for this object.
|
LaunchTemplateSpecification |
Instance.launchTemplate()
The launch template for the instance.
|
LaunchTemplateSpecification |
AutoScalingGroup.launchTemplate()
The launch template for the group.
|
LaunchTemplateSpecification |
LaunchTemplateOverrides.launchTemplateSpecification()
Provides a launch template for the specified instance type or set of instance requirements.
|
LaunchTemplateSpecification |
LaunchTemplate.launchTemplateSpecification()
The launch template.
|
| Modifier and Type | Method and Description |
|---|---|
CreateAutoScalingGroupRequest.Builder |
CreateAutoScalingGroupRequest.Builder.launchTemplate(LaunchTemplateSpecification launchTemplate)
Information used to specify the launch template and version to use to launch instances.
|
AutoScalingInstanceDetails.Builder |
AutoScalingInstanceDetails.Builder.launchTemplate(LaunchTemplateSpecification launchTemplate)
The launch template for the instance.
|
UpdateAutoScalingGroupRequest.Builder |
UpdateAutoScalingGroupRequest.Builder.launchTemplate(LaunchTemplateSpecification launchTemplate)
The launch template and version to use to specify the updates.
|
DesiredConfiguration.Builder |
DesiredConfiguration.Builder.launchTemplate(LaunchTemplateSpecification launchTemplate)
Sets the value of the LaunchTemplate property for this object.
|
Instance.Builder |
Instance.Builder.launchTemplate(LaunchTemplateSpecification launchTemplate)
The launch template for the instance.
|
AutoScalingGroup.Builder |
AutoScalingGroup.Builder.launchTemplate(LaunchTemplateSpecification launchTemplate)
The launch template for the group.
|
LaunchTemplateOverrides.Builder |
LaunchTemplateOverrides.Builder.launchTemplateSpecification(LaunchTemplateSpecification launchTemplateSpecification)
Provides a launch template for the specified instance type or set of instance requirements.
|
LaunchTemplate.Builder |
LaunchTemplate.Builder.launchTemplateSpecification(LaunchTemplateSpecification launchTemplateSpecification)
The launch template.
|
Copyright © 2023. All rights reserved.