Uses of Class
software.amazon.awssdk.services.mailmanager.model.RuleNumberOperator
-
Packages that use RuleNumberOperator Package Description software.amazon.awssdk.services.mailmanager.model -
-
Uses of RuleNumberOperator in software.amazon.awssdk.services.mailmanager.model
Methods in software.amazon.awssdk.services.mailmanager.model that return RuleNumberOperator Modifier and Type Method Description static RuleNumberOperatorRuleNumberOperator. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.RuleNumberOperatorRuleNumberExpression. operator()The operator for a numeric condition expression.static RuleNumberOperatorRuleNumberOperator. valueOf(String name)Returns the enum constant of this type with the specified name.static RuleNumberOperator[]RuleNumberOperator. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.mailmanager.model that return types with arguments of type RuleNumberOperator Modifier and Type Method Description static Set<RuleNumberOperator>RuleNumberOperator. knownValues()Methods in software.amazon.awssdk.services.mailmanager.model with parameters of type RuleNumberOperator Modifier and Type Method Description RuleNumberExpression.BuilderRuleNumberExpression.Builder. operator(RuleNumberOperator operator)The operator for a numeric condition expression.
-