Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Classes modeling the various types represented by AmazonEC2.
|
Modifier and Type | Method and Description |
---|---|
StateReason |
Instance.getStateReason()
The reason for the most recent state transition.
|
StateReason |
Image.getStateReason()
The reason for the state change.
|
StateReason |
StateReason.withCode(String code)
The reason code for the state change.
|
StateReason |
StateReason.withMessage(String message)
The message for the state change.
|
Modifier and Type | Method and Description |
---|---|
void |
Instance.setStateReason(StateReason stateReason)
The reason for the most recent state transition.
|
void |
Image.setStateReason(StateReason stateReason)
The reason for the state change.
|
Instance |
Instance.withStateReason(StateReason stateReason)
The reason for the most recent state transition.
|
Image |
Image.withStateReason(StateReason stateReason)
The reason for the state change.
|
Copyright © 2014. All rights reserved.