Uses of Class
software.amazon.awssdk.services.mailmanager.model.IngressIsInAddressList
-
Packages that use IngressIsInAddressList Package Description software.amazon.awssdk.services.mailmanager.model -
-
Uses of IngressIsInAddressList in software.amazon.awssdk.services.mailmanager.model
Methods in software.amazon.awssdk.services.mailmanager.model that return IngressIsInAddressList Modifier and Type Method Description IngressIsInAddressListIngressBooleanToEvaluate. isInAddressList()The structure type for a boolean condition that provides the address lists to evaluate incoming traffic on.Methods in software.amazon.awssdk.services.mailmanager.model with parameters of type IngressIsInAddressList Modifier and Type Method Description static IngressBooleanToEvaluateIngressBooleanToEvaluate. fromIsInAddressList(IngressIsInAddressList isInAddressList)Create an instance of this class withIngressBooleanToEvaluate.isInAddressList()initialized to the given value.IngressBooleanToEvaluate.BuilderIngressBooleanToEvaluate.Builder. isInAddressList(IngressIsInAddressList isInAddressList)The structure type for a boolean condition that provides the address lists to evaluate incoming traffic on.
-