Uses of Enum
com.amazonaws.services.devicefarm.model.RuleOperator
Packages that use RuleOperator
-
Uses of RuleOperator in com.amazonaws.services.devicefarm.model
Methods in com.amazonaws.services.devicefarm.model that return RuleOperatorModifier and TypeMethodDescriptionstatic RuleOperator
Use this in place of valueOf.static RuleOperator
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 com.amazonaws.services.devicefarm.model with parameters of type RuleOperatorModifier and TypeMethodDescriptionvoid
Rule.setOperator
(RuleOperator operator) The rule's operator.Rule.withOperator
(RuleOperator operator) The rule's operator.