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