Uses of Class
com.amazonaws.services.autoscaling.model.Instance

Packages that use Instance
com.amazonaws.services.autoscaling.model Classes modeling the various types represented by AmazonAutoScaling. 
 

Uses of Instance in com.amazonaws.services.autoscaling.model
 

Methods in com.amazonaws.services.autoscaling.model that return Instance
 Instance Instance.withAvailabilityZone(String availabilityZone)
           Returns a reference to this object so that method calls can be chained together.
 Instance Instance.withInstanceId(String instanceId)
          Specifies EC2 instance ID.
 Instance Instance.withLifecycleState(String lifecycleState)
          Contains a description of the current lifecycle state.
 

Methods in com.amazonaws.services.autoscaling.model that return types with arguments of type Instance
 List<Instance> AutoScalingGroup.getInstances()
          Provides a summary list of EC2 instances.
 

Methods in com.amazonaws.services.autoscaling.model with parameters of type Instance
 AutoScalingGroup AutoScalingGroup.withInstances(Instance... instances)
          Provides a summary list of EC2 instances.
 

Method parameters in com.amazonaws.services.autoscaling.model with type arguments of type Instance
 void AutoScalingGroup.setInstances(Collection<Instance> instances)
          Provides a summary list of EC2 instances.
 AutoScalingGroup AutoScalingGroup.withInstances(Collection<Instance> instances)
          Provides a summary list of EC2 instances.
 



Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.