Package | Description |
---|---|
com.amazonaws.services.ec2.model | |
com.amazonaws.services.ec2.model.transform |
Modifier and Type | Field and Description |
---|---|
private StateReason |
Instance.stateReason
The reason for the most recent state transition.
|
private StateReason |
Image.stateReason
The reason for the state change.
|
Modifier and Type | Method and Description |
---|---|
StateReason |
StateReason.clone() |
StateReason |
Instance.getStateReason()
The reason for the most recent state transition.
|
StateReason |
Image.getStateReason()
The reason for the state change.
|
StateReason |
StateReason.withCode(java.lang.String code)
The reason code for the state change.
|
StateReason |
StateReason.withMessage(java.lang.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.
|
Modifier and Type | Method and Description |
---|---|
StateReason |
StateReasonStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |