Uses of Class
software.amazon.awssdk.services.ec2.model.StateReason
-
Packages that use StateReason Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of StateReason in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return StateReason Modifier and Type Method Description StateReasonImage. stateReason()The reason for the state change.StateReasonInstance. stateReason()The reason for the most recent state transition.StateReasonLocalGatewayRouteTable. stateReason()Information about the state change.Methods in software.amazon.awssdk.services.ec2.model with parameters of type StateReason Modifier and Type Method Description Image.BuilderImage.Builder. stateReason(StateReason stateReason)The reason for the state change.Instance.BuilderInstance.Builder. stateReason(StateReason stateReason)The reason for the most recent state transition.LocalGatewayRouteTable.BuilderLocalGatewayRouteTable.Builder. stateReason(StateReason stateReason)Information about the state change.
-