Uses of Class
software.amazon.awssdk.services.mailmanager.model.IngressIpToEvaluate
-
Packages that use IngressIpToEvaluate Package Description software.amazon.awssdk.services.mailmanager.model -
-
Uses of IngressIpToEvaluate in software.amazon.awssdk.services.mailmanager.model
Methods in software.amazon.awssdk.services.mailmanager.model that return IngressIpToEvaluate Modifier and Type Method Description IngressIpToEvaluateIngressIpv4Expression. evaluate()The left hand side argument of an IP condition expression.static IngressIpToEvaluateIngressIpToEvaluate. fromAttribute(String attribute)Create an instance of this class withattributeAsString()initialized to the given value.static IngressIpToEvaluateIngressIpToEvaluate. fromAttribute(IngressIpv4Attribute 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 IngressIpToEvaluate Modifier and Type Method Description IngressIpv4Expression.BuilderIngressIpv4Expression.Builder. evaluate(IngressIpToEvaluate evaluate)The left hand side argument of an IP condition expression.
-