Package | Description |
---|---|
com.amazonaws.services.autoscaling.model |
Classes modeling the various types represented by AmazonAutoScaling.
|
Modifier and Type | Method and Description |
---|---|
Instance |
Instance.withAvailabilityZone(String availabilityZone)
Availability Zones associated with this instance.
|
Instance |
Instance.withHealthStatus(String healthStatus)
The instance's health status.
|
Instance |
Instance.withInstanceId(String instanceId)
Specifies the ID of the Amazon EC2 instance.
|
Instance |
Instance.withLaunchConfigurationName(String launchConfigurationName)
The launch configuration associated with this instance.
|
Instance |
Instance.withLifecycleState(LifecycleState lifecycleState)
Contains a description of the current lifecycle state.
|
Instance |
Instance.withLifecycleState(String lifecycleState)
Contains a description of the current lifecycle state.
|
Modifier and Type | Method and Description |
---|---|
List<Instance> |
AutoScalingGroup.getInstances()
Provides a summary list of Amazon EC2 instances.
|
Modifier and Type | Method and Description |
---|---|
AutoScalingGroup |
AutoScalingGroup.withInstances(Instance... instances)
Provides a summary list of Amazon EC2 instances.
|
Modifier and Type | Method and Description |
---|---|
void |
AutoScalingGroup.setInstances(Collection<Instance> instances)
Provides a summary list of Amazon EC2 instances.
|
AutoScalingGroup |
AutoScalingGroup.withInstances(Collection<Instance> instances)
Provides a summary list of Amazon EC2 instances.
|
Copyright © 2014. All rights reserved.