Uses of Class
software.amazon.awssdk.services.devicefarm.model.RuleOperator
-
Packages that use RuleOperator Package Description software.amazon.awssdk.services.devicefarm.model -
-
Uses of RuleOperator in software.amazon.awssdk.services.devicefarm.model
Methods in software.amazon.awssdk.services.devicefarm.model that return RuleOperator Modifier and Type Method Description static RuleOperatorRuleOperator. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.RuleOperatorDeviceFilter. operator()Specifies how Device Farm compares the filter's attribute to the value.RuleOperatorRule. operator()Specifies how Device Farm compares the rule's attribute to the value.static RuleOperatorRuleOperator. valueOf(String name)Returns the enum constant of this type with the specified name.static RuleOperator[]RuleOperator. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.devicefarm.model that return types with arguments of type RuleOperator Modifier and Type Method Description static Set<RuleOperator>RuleOperator. knownValues()Methods in software.amazon.awssdk.services.devicefarm.model with parameters of type RuleOperator Modifier and Type Method Description DeviceFilter.BuilderDeviceFilter.Builder. operator(RuleOperator operator)Specifies how Device Farm compares the filter's attribute to the value.Rule.BuilderRule.Builder. operator(RuleOperator operator)Specifies how Device Farm compares the rule's attribute to the value.
-