Uses of Class
com.amazonaws.services.ec2.model.StateReason
-
Packages that use StateReason Package Description com.amazonaws.services.ec2.model -
-
Uses of StateReason in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return StateReason Modifier and Type Method Description StateReasonStateReason. clone()StateReasonImage. getStateReason()The reason for the state change.StateReasonInstance. getStateReason()The reason for the most recent state transition.StateReasonStateReason. withCode(String code)The reason code for the state change.StateReasonStateReason. withMessage(String message)The message for the state change.Methods in com.amazonaws.services.ec2.model with parameters of type StateReason Modifier and Type Method Description voidImage. setStateReason(StateReason stateReason)The reason for the state change.voidInstance. setStateReason(StateReason stateReason)The reason for the most recent state transition.ImageImage. withStateReason(StateReason stateReason)The reason for the state change.InstanceInstance. withStateReason(StateReason stateReason)The reason for the most recent state transition.
-