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

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

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

Methods in com.amazonaws.services.ec2.model that return StateReason
 StateReason Instance.getStateReason()
          The reason for the state change.
 StateReason Image.getStateReason()
          The reason for the state change.
 StateReason StateReason.withCode(String code)
          Reason code for the state change.
 StateReason StateReason.withMessage(String message)
          Descriptive message for the state change.
 

Methods in com.amazonaws.services.ec2.model with parameters of type StateReason
 void Instance.setStateReason(StateReason stateReason)
          The reason for the state change.
 void Image.setStateReason(StateReason stateReason)
          The reason for the state change.
 Instance Instance.withStateReason(StateReason stateReason)
          The reason for the state change.
 Image Image.withStateReason(StateReason stateReason)
          The reason for the state change.
 



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