| 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 set of instance requirements.
|
LaunchTemplateOverrides |
LaunchTemplateOverrides.withWeightedCapacity(String weightedCapacity)
If you provide a list of instance types to use, you can specify the number of capacity units provided by each
instance type 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 © 2024. All rights reserved.