Uses of Class
software.amazon.awssdk.services.ec2.model.StateReason
Packages that use StateReason
-
Uses of StateReason in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return StateReasonModifier and TypeMethodDescriptionfinal StateReasonImage.stateReason()The reason for the state change.final StateReasonInstance.stateReason()The reason for the most recent state transition.final StateReasonLocalGatewayRouteTable.stateReason()Information about the state change.Methods in software.amazon.awssdk.services.ec2.model with parameters of type StateReasonModifier and TypeMethodDescriptionImage.Builder.stateReason(StateReason stateReason) The reason for the state change.Instance.Builder.stateReason(StateReason stateReason) The reason for the most recent state transition.LocalGatewayRouteTable.Builder.stateReason(StateReason stateReason) Information about the state change.