| Package | Description |
|---|---|
| com.amazonaws.services.autoscaling.model |
| Modifier and Type | Method and Description |
|---|---|
LaunchTemplate |
LaunchTemplate.clone() |
LaunchTemplate |
MixedInstancesPolicy.getLaunchTemplate()
One or more launch templates and the instance types (overrides) that are used to launch EC2 instances to fulfill
On-Demand and Spot capacities.
|
LaunchTemplate |
LaunchTemplate.withLaunchTemplateSpecification(LaunchTemplateSpecification launchTemplateSpecification)
The launch template to use.
|
LaunchTemplate |
LaunchTemplate.withOverrides(Collection<LaunchTemplateOverrides> overrides)
Any properties that you specify override the same properties in the launch template.
|
LaunchTemplate |
LaunchTemplate.withOverrides(LaunchTemplateOverrides... overrides)
Any properties that you specify override the same properties in the launch template.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MixedInstancesPolicy.setLaunchTemplate(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.
|
MixedInstancesPolicy |
MixedInstancesPolicy.withLaunchTemplate(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.
|
Copyright © 2022. All rights reserved.