| Package | Description |
|---|---|
| software.amazon.awssdk.services.autoscaling.model |
| Modifier and Type | Method and Description |
|---|---|
LaunchTemplateSpecification |
UpdateAutoScalingGroupRequest.launchTemplate()
The launch template and version to use to specify the updates.
|
LaunchTemplateSpecification |
Instance.launchTemplate()
The launch template for the instance.
|
LaunchTemplateSpecification |
AutoScalingInstanceDetails.launchTemplate()
The launch template for the instance.
|
LaunchTemplateSpecification |
CreateAutoScalingGroupRequest.launchTemplate()
The launch template to use to launch instances.
|
LaunchTemplateSpecification |
AutoScalingGroup.launchTemplate()
The launch template for the group.
|
LaunchTemplateSpecification |
LaunchTemplate.launchTemplateSpecification()
The launch template to use.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateAutoScalingGroupRequest.Builder |
UpdateAutoScalingGroupRequest.Builder.launchTemplate(LaunchTemplateSpecification launchTemplate)
The launch template and version to use to specify the updates.
|
Instance.Builder |
Instance.Builder.launchTemplate(LaunchTemplateSpecification launchTemplate)
The launch template for the instance.
|
AutoScalingInstanceDetails.Builder |
AutoScalingInstanceDetails.Builder.launchTemplate(LaunchTemplateSpecification launchTemplate)
The launch template for the instance.
|
CreateAutoScalingGroupRequest.Builder |
CreateAutoScalingGroupRequest.Builder.launchTemplate(LaunchTemplateSpecification launchTemplate)
The launch template to use to launch instances.
|
AutoScalingGroup.Builder |
AutoScalingGroup.Builder.launchTemplate(LaunchTemplateSpecification launchTemplate)
The launch template for the group.
|
LaunchTemplate.Builder |
LaunchTemplate.Builder.launchTemplateSpecification(LaunchTemplateSpecification launchTemplateSpecification)
The launch template to use.
|
Copyright © 2019. All rights reserved.