Uses of Class
software.amazon.awssdk.services.mailmanager.model.RuleIpToEvaluate
-
Packages that use RuleIpToEvaluate Package Description software.amazon.awssdk.services.mailmanager.model -
-
Uses of RuleIpToEvaluate in software.amazon.awssdk.services.mailmanager.model
Methods in software.amazon.awssdk.services.mailmanager.model that return RuleIpToEvaluate Modifier and Type Method Description RuleIpToEvaluateRuleIpExpression. evaluate()The IP address to evaluate in this condition.static RuleIpToEvaluateRuleIpToEvaluate. fromAttribute(String attribute)Create an instance of this class withattributeAsString()initialized to the given value.static RuleIpToEvaluateRuleIpToEvaluate. fromAttribute(RuleIpEmailAttribute attribute)Create an instance of this class withattributeAsString()initialized to the given value.Methods in software.amazon.awssdk.services.mailmanager.model with parameters of type RuleIpToEvaluate Modifier and Type Method Description RuleIpExpression.BuilderRuleIpExpression.Builder. evaluate(RuleIpToEvaluate evaluate)The IP address to evaluate in this condition.
-