| Package | Description |
|---|---|
| com.amazonaws.services.autoscaling.model |
| Modifier and Type | Method and Description |
|---|---|
LaunchTemplateOverrides |
LaunchTemplateOverrides.clone() |
LaunchTemplateOverrides |
LaunchTemplateOverrides.withInstanceRequirements(InstanceRequirements instanceRequirements)
The instance requirements.
|
LaunchTemplateOverrides |
LaunchTemplateOverrides.withInstanceType(String instanceType)
The instance type, such as
m3.xlarge. |
LaunchTemplateOverrides |
LaunchTemplateOverrides.withLaunchTemplateSpecification(LaunchTemplateSpecification launchTemplateSpecification)
Provides a launch template for the specified instance type or instance requirements.
|
LaunchTemplateOverrides |
LaunchTemplateOverrides.withWeightedCapacity(String weightedCapacity)
The number of capacity units provided by the instance type specified in
InstanceType in terms of
virtual CPUs, memory, storage, throughput, or other relative performance characteristic. |
| Modifier and Type | Method and Description |
|---|---|
List<LaunchTemplateOverrides> |
LaunchTemplate.getOverrides()
Any properties that you specify override the same properties in the launch template.
|
| Modifier and Type | Method and Description |
|---|---|
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 |
LaunchTemplate.setOverrides(Collection<LaunchTemplateOverrides> overrides)
Any properties that you specify override the same properties in the launch template.
|
LaunchTemplate |
LaunchTemplate.withOverrides(Collection<LaunchTemplateOverrides> overrides)
Any properties that you specify override the same properties in the launch template.
|
Copyright © 2022. All rights reserved.