Uses of Class
software.amazon.awssdk.services.mailmanager.model.RuleCondition
-
Packages that use RuleCondition Package Description software.amazon.awssdk.services.mailmanager.model -
-
Uses of RuleCondition in software.amazon.awssdk.services.mailmanager.model
Methods in software.amazon.awssdk.services.mailmanager.model that return RuleCondition Modifier and Type Method Description static RuleConditionRuleCondition. fromBooleanExpression(Consumer<RuleBooleanExpression.Builder> booleanExpression)Create an instance of this class withbooleanExpression()initialized to the given value.static RuleConditionRuleCondition. fromBooleanExpression(RuleBooleanExpression booleanExpression)Create an instance of this class withbooleanExpression()initialized to the given value.static RuleConditionRuleCondition. fromDmarcExpression(Consumer<RuleDmarcExpression.Builder> dmarcExpression)Create an instance of this class withdmarcExpression()initialized to the given value.static RuleConditionRuleCondition. fromDmarcExpression(RuleDmarcExpression dmarcExpression)Create an instance of this class withdmarcExpression()initialized to the given value.static RuleConditionRuleCondition. fromIpExpression(Consumer<RuleIpExpression.Builder> ipExpression)Create an instance of this class withipExpression()initialized to the given value.static RuleConditionRuleCondition. fromIpExpression(RuleIpExpression ipExpression)Create an instance of this class withipExpression()initialized to the given value.static RuleConditionRuleCondition. fromNumberExpression(Consumer<RuleNumberExpression.Builder> numberExpression)Create an instance of this class withnumberExpression()initialized to the given value.static RuleConditionRuleCondition. fromNumberExpression(RuleNumberExpression numberExpression)Create an instance of this class withnumberExpression()initialized to the given value.static RuleConditionRuleCondition. fromStringExpression(Consumer<RuleStringExpression.Builder> stringExpression)Create an instance of this class withstringExpression()initialized to the given value.static RuleConditionRuleCondition. fromStringExpression(RuleStringExpression stringExpression)Create an instance of this class withstringExpression()initialized to the given value.static RuleConditionRuleCondition. fromVerdictExpression(Consumer<RuleVerdictExpression.Builder> verdictExpression)Create an instance of this class withverdictExpression()initialized to the given value.static RuleConditionRuleCondition. fromVerdictExpression(RuleVerdictExpression verdictExpression)Create an instance of this class withverdictExpression()initialized to the given value.Methods in software.amazon.awssdk.services.mailmanager.model that return types with arguments of type RuleCondition Modifier and Type Method Description List<RuleCondition>Rule. conditions()The conditions of this rule.List<RuleCondition>Rule. unless()The "unless conditions" of this rule.Methods in software.amazon.awssdk.services.mailmanager.model with parameters of type RuleCondition Modifier and Type Method Description Rule.BuilderRule.Builder. conditions(RuleCondition... conditions)The conditions of this rule.Rule.BuilderRule.Builder. unless(RuleCondition... unless)The "unless conditions" of this rule.Method parameters in software.amazon.awssdk.services.mailmanager.model with type arguments of type RuleCondition Modifier and Type Method Description Rule.BuilderRule.Builder. conditions(Collection<RuleCondition> conditions)The conditions of this rule.Rule.BuilderRule.Builder. unless(Collection<RuleCondition> unless)The "unless conditions" of this rule.
-