Uses of Class
software.amazon.awssdk.services.mailmanager.model.RuleStringOperator
-
Packages that use RuleStringOperator Package Description software.amazon.awssdk.services.mailmanager.model -
-
Uses of RuleStringOperator in software.amazon.awssdk.services.mailmanager.model
Methods in software.amazon.awssdk.services.mailmanager.model that return RuleStringOperator Modifier and Type Method Description static RuleStringOperatorRuleStringOperator. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.RuleStringOperatorRuleStringExpression. operator()The matching operator for a string condition expression.static RuleStringOperatorRuleStringOperator. valueOf(String name)Returns the enum constant of this type with the specified name.static RuleStringOperator[]RuleStringOperator. 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 RuleStringOperator Modifier and Type Method Description static Set<RuleStringOperator>RuleStringOperator. knownValues()Methods in software.amazon.awssdk.services.mailmanager.model with parameters of type RuleStringOperator Modifier and Type Method Description RuleStringExpression.BuilderRuleStringExpression.Builder. operator(RuleStringOperator operator)The matching operator for a string condition expression.
-