Uses of Class
software.amazon.awssdk.services.arczonalshift.model.ControlConditionType
-
Packages that use ControlConditionType Package Description software.amazon.awssdk.services.arczonalshift.model -
-
Uses of ControlConditionType in software.amazon.awssdk.services.arczonalshift.model
Methods in software.amazon.awssdk.services.arczonalshift.model that return ControlConditionType Modifier and Type Method Description static ControlConditionTypeControlConditionType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ControlConditionTypeControlCondition. type()The type of alarm specified for a practice run.static ControlConditionTypeControlConditionType. valueOf(String name)Returns the enum constant of this type with the specified name.static ControlConditionType[]ControlConditionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.arczonalshift.model that return types with arguments of type ControlConditionType Modifier and Type Method Description static Set<ControlConditionType>ControlConditionType. knownValues()Methods in software.amazon.awssdk.services.arczonalshift.model with parameters of type ControlConditionType Modifier and Type Method Description ControlCondition.BuilderControlCondition.Builder. type(ControlConditionType type)The type of alarm specified for a practice run.
-