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 health status of the instance.
|
Instance |
Instance.withInstanceId(String instanceId)
The ID of the instance.
|
Instance |
Instance.withLaunchConfigurationName(String launchConfigurationName)
The launch configuration associated with 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 Auto
Scaling when scaling in.
|
Modifier and Type | Method and Description |
---|---|
List<Instance> |
AutoScalingGroup.getInstances()
The EC2 instances associated with the group.
|
Modifier and Type | Method and Description |
---|---|
AutoScalingGroup |
AutoScalingGroup.withInstances(Instance... instances)
The EC2 instances associated with the group.
|
Modifier and Type | Method and Description |
---|---|
void |
AutoScalingGroup.setInstances(Collection<Instance> instances)
The EC2 instances associated with the group.
|
AutoScalingGroup |
AutoScalingGroup.withInstances(Collection<Instance> instances)
The EC2 instances associated with the group.
|
Copyright © 2018. All rights reserved.