Uses of Class
software.amazon.awssdk.services.autoscaling.model.LaunchTemplate
-
Packages that use LaunchTemplate Package Description software.amazon.awssdk.services.autoscaling.model -
-
Uses of LaunchTemplate in software.amazon.awssdk.services.autoscaling.model
Methods in software.amazon.awssdk.services.autoscaling.model that return LaunchTemplate Modifier and Type Method Description LaunchTemplateMixedInstancesPolicy. launchTemplate()One or more launch templates and the instance types (overrides) that are used to launch EC2 instances to fulfill On-Demand and Spot capacities.Methods in software.amazon.awssdk.services.autoscaling.model with parameters of type LaunchTemplate Modifier and Type Method Description MixedInstancesPolicy.BuilderMixedInstancesPolicy.Builder. launchTemplate(LaunchTemplate launchTemplate)One or more launch templates and the instance types (overrides) that are used to launch EC2 instances to fulfill On-Demand and Spot capacities.
-