Uses of Class
com.amazonaws.services.ec2.model.InstanceState

Packages that use InstanceState
com.amazonaws.services.ec2.model Classes modeling the various types represented by AmazonEC2. 
 

Uses of InstanceState in com.amazonaws.services.ec2.model
 

Methods in com.amazonaws.services.ec2.model that return InstanceState
 InstanceState InstanceStateChange.getCurrentState()
          The current state of the specified instance.
 InstanceState InstanceStateChange.getPreviousState()
          The previous state of the specified instance.
 InstanceState Instance.getState()
          The current state of the instance.
 InstanceState InstanceState.withCode(Integer code)
          A 16-bit unsigned integer.
 InstanceState InstanceState.withName(String name)
          The current state of the instance.
 

Methods in com.amazonaws.services.ec2.model with parameters of type InstanceState
 void InstanceStateChange.setCurrentState(InstanceState currentState)
          The current state of the specified instance.
 void InstanceStateChange.setPreviousState(InstanceState previousState)
          The previous state of the specified instance.
 void Instance.setState(InstanceState state)
          The current state of the instance.
 InstanceStateChange InstanceStateChange.withCurrentState(InstanceState currentState)
          The current state of the specified instance.
 InstanceStateChange InstanceStateChange.withPreviousState(InstanceState previousState)
          The previous state of the specified instance.
 Instance Instance.withState(InstanceState state)
          The current state of the instance.
 



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