| Package | Description |
|---|---|
| com.amazonaws.services.autoscaling.model |
| Modifier and Type | Method and Description |
|---|---|
Instance |
Instance.clone() |
Instance |
Instance.withAvailabilityZone(String availabilityZone)
The Availability Zone in which the instance is running.
|
Instance |
Instance.withHealthStatus(String healthStatus)
The last reported health status of the instance.
|
Instance |
Instance.withInstanceId(String instanceId)
The ID of the instance.
|
Instance |
Instance.withInstanceType(String instanceType)
The instance type of the EC2 instance.
|
Instance |
Instance.withLaunchConfigurationName(String launchConfigurationName)
The launch configuration associated with the instance.
|
Instance |
Instance.withLaunchTemplate(LaunchTemplateSpecification launchTemplate)
The launch template for the instance.
|
Instance |
Instance.withLifecycleState(LifecycleState lifecycleState)
A description of the current lifecycle state.
|
Instance |
Instance.withLifecycleState(String lifecycleState)
A description of the current lifecycle state.
|
Instance |
Instance.withProtectedFromScaleIn(Boolean protectedFromScaleIn)
Indicates whether the instance is protected from termination by Amazon EC2 Auto Scaling when scaling in.
|
Instance |
Instance.withWeightedCapacity(String weightedCapacity)
The number of capacity units contributed by the instance based on its instance type.
|
| Modifier and Type | Method and Description |
|---|---|
List<Instance> |
DescribeWarmPoolResult.getInstances()
The instances that are currently in the warm pool.
|
List<Instance> |
AutoScalingGroup.getInstances()
The EC2 instances associated with the group.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeWarmPoolResult |
DescribeWarmPoolResult.withInstances(Instance... instances)
The instances that are currently in the warm pool.
|
AutoScalingGroup |
AutoScalingGroup.withInstances(Instance... instances)
The EC2 instances associated with the group.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeWarmPoolResult.setInstances(Collection<Instance> instances)
The instances that are currently in the warm pool.
|
void |
AutoScalingGroup.setInstances(Collection<Instance> instances)
The EC2 instances associated with the group.
|
DescribeWarmPoolResult |
DescribeWarmPoolResult.withInstances(Collection<Instance> instances)
The instances that are currently in the warm pool.
|
AutoScalingGroup |
AutoScalingGroup.withInstances(Collection<Instance> instances)
The EC2 instances associated with the group.
|
Copyright © 2021. All rights reserved.