Uses of Class
software.amazon.awssdk.services.fis.model.SafetyLeverStatus
-
Packages that use SafetyLeverStatus Package Description software.amazon.awssdk.services.fis.model -
-
Uses of SafetyLeverStatus in software.amazon.awssdk.services.fis.model
Methods in software.amazon.awssdk.services.fis.model that return SafetyLeverStatus Modifier and Type Method Description static SafetyLeverStatusSafetyLeverStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.SafetyLeverStatusSafetyLeverState. status()The state of the safety lever.static SafetyLeverStatusSafetyLeverStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static SafetyLeverStatus[]SafetyLeverStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.fis.model that return types with arguments of type SafetyLeverStatus Modifier and Type Method Description static Set<SafetyLeverStatus>SafetyLeverStatus. knownValues()Methods in software.amazon.awssdk.services.fis.model with parameters of type SafetyLeverStatus Modifier and Type Method Description SafetyLeverState.BuilderSafetyLeverState.Builder. status(SafetyLeverStatus status)The state of the safety lever.
-