Uses of Class
software.amazon.awssdk.services.mailmanager.model.IngressStringExpression
-
Packages that use IngressStringExpression Package Description software.amazon.awssdk.services.mailmanager.model -
-
Uses of IngressStringExpression in software.amazon.awssdk.services.mailmanager.model
Methods in software.amazon.awssdk.services.mailmanager.model that return IngressStringExpression Modifier and Type Method Description IngressStringExpressionPolicyCondition. stringExpression()This represents a string based condition matching on the incoming mail.Methods in software.amazon.awssdk.services.mailmanager.model with parameters of type IngressStringExpression Modifier and Type Method Description static PolicyConditionPolicyCondition. fromStringExpression(IngressStringExpression stringExpression)Create an instance of this class withPolicyCondition.stringExpression()initialized to the given value.PolicyCondition.BuilderPolicyCondition.Builder. stringExpression(IngressStringExpression stringExpression)This represents a string based condition matching on the incoming mail.
-