Uses of Class
software.amazon.awssdk.services.mailmanager.model.RuleIpExpression
-
Packages that use RuleIpExpression Package Description software.amazon.awssdk.services.mailmanager.model -
-
Uses of RuleIpExpression in software.amazon.awssdk.services.mailmanager.model
Methods in software.amazon.awssdk.services.mailmanager.model that return RuleIpExpression Modifier and Type Method Description RuleIpExpressionRuleCondition. ipExpression()The condition applies to an IP address expression passed in this field.Methods in software.amazon.awssdk.services.mailmanager.model with parameters of type RuleIpExpression Modifier and Type Method Description static RuleConditionRuleCondition. fromIpExpression(RuleIpExpression ipExpression)Create an instance of this class withRuleCondition.ipExpression()initialized to the given value.RuleCondition.BuilderRuleCondition.Builder. ipExpression(RuleIpExpression ipExpression)The condition applies to an IP address expression passed in this field.
-