Uses of Class
software.amazon.awssdk.services.mailmanager.model.IngressStringToEvaluate
-
Packages that use IngressStringToEvaluate Package Description software.amazon.awssdk.services.mailmanager.model -
-
Uses of IngressStringToEvaluate in software.amazon.awssdk.services.mailmanager.model
Methods in software.amazon.awssdk.services.mailmanager.model that return IngressStringToEvaluate Modifier and Type Method Description IngressStringToEvaluateIngressStringExpression. evaluate()The left hand side argument of a string condition expression.static IngressStringToEvaluateIngressStringToEvaluate. fromAttribute(String attribute)Create an instance of this class withattributeAsString()initialized to the given value.static IngressStringToEvaluateIngressStringToEvaluate. fromAttribute(IngressStringEmailAttribute 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 IngressStringToEvaluate Modifier and Type Method Description IngressStringExpression.BuilderIngressStringExpression.Builder. evaluate(IngressStringToEvaluate evaluate)The left hand side argument of a string condition expression.
-