Package | Description |
---|---|
com.amazonaws.services.autoscaling.model | |
com.amazonaws.services.autoscaling.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<Instance> |
AutoScalingGroup.instances
The EC2 instances associated with the group.
|
Modifier and Type | Method and Description |
---|---|
Instance |
Instance.clone() |
Instance |
Instance.withAvailabilityZone(java.lang.String availabilityZone)
The Availability Zone in which the instance is running.
|
Instance |
Instance.withHealthStatus(java.lang.String healthStatus)
The health status of the instance.
|
Instance |
Instance.withInstanceId(java.lang.String instanceId)
The ID of the instance.
|
Instance |
Instance.withLaunchConfigurationName(java.lang.String launchConfigurationName)
The launch configuration associated with the instance.
|
Instance |
Instance.withLifecycleState(LifecycleState lifecycleState)
A description of the current lifecycle state.
|
Instance |
Instance.withLifecycleState(java.lang.String lifecycleState)
A description of the current lifecycle state.
|
Instance |
Instance.withProtectedFromScaleIn(java.lang.Boolean protectedFromScaleIn)
Indicates whether the instance is protected from termination by Auto
Scaling when scaling in.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<Instance> instances)
The EC2 instances associated with the group.
|
AutoScalingGroup |
AutoScalingGroup.withInstances(java.util.Collection<Instance> instances)
The EC2 instances associated with the group.
|
Modifier and Type | Method and Description |
---|---|
Instance |
InstanceStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |