Uses of Class
com.amazonaws.services.ec2.model.StateReason
Packages that use StateReason
-
Uses of StateReason in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return StateReasonModifier and TypeMethodDescriptionStateReason.clone()
Image.getStateReason()
The reason for the state change.Instance.getStateReason()
The reason for the most recent state transition.The reason code for the state change.StateReason.withMessage
(String message) The message for the state change.Methods in com.amazonaws.services.ec2.model with parameters of type StateReasonModifier and TypeMethodDescriptionvoid
Image.setStateReason
(StateReason stateReason) The reason for the state change.void
Instance.setStateReason
(StateReason stateReason) The reason for the most recent state transition.Image.withStateReason
(StateReason stateReason) The reason for the state change.Instance.withStateReason
(StateReason stateReason) The reason for the most recent state transition.