Uses of Class
software.amazon.awssdk.services.resiliencehub.model.ConditionOperatorType
-
Packages that use ConditionOperatorType Package Description software.amazon.awssdk.services.resiliencehub.model -
-
Uses of ConditionOperatorType in software.amazon.awssdk.services.resiliencehub.model
Methods in software.amazon.awssdk.services.resiliencehub.model that return ConditionOperatorType Modifier and Type Method Description static ConditionOperatorTypeConditionOperatorType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ConditionOperatorTypeCondition. operator()Indicates the type of operator or comparison to be used when evaluating a condition against the specified field.static ConditionOperatorTypeConditionOperatorType. valueOf(String name)Returns the enum constant of this type with the specified name.static ConditionOperatorType[]ConditionOperatorType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.resiliencehub.model that return types with arguments of type ConditionOperatorType Modifier and Type Method Description static Set<ConditionOperatorType>ConditionOperatorType. knownValues()Methods in software.amazon.awssdk.services.resiliencehub.model with parameters of type ConditionOperatorType Modifier and Type Method Description Condition.BuilderCondition.Builder. operator(ConditionOperatorType operator)Indicates the type of operator or comparison to be used when evaluating a condition against the specified field.
-