Uses of Class
software.amazon.awssdk.services.mailmanager.model.IngressIpv4Attribute
-
Packages that use IngressIpv4Attribute Package Description software.amazon.awssdk.services.mailmanager.model -
-
Uses of IngressIpv4Attribute in software.amazon.awssdk.services.mailmanager.model
Methods in software.amazon.awssdk.services.mailmanager.model that return IngressIpv4Attribute Modifier and Type Method Description IngressIpv4AttributeIngressIpToEvaluate. attribute()An enum type representing the allowed attribute types for an IP condition.static IngressIpv4AttributeIngressIpv4Attribute. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static IngressIpv4AttributeIngressIpv4Attribute. valueOf(String name)Returns the enum constant of this type with the specified name.static IngressIpv4Attribute[]IngressIpv4Attribute. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.mailmanager.model that return types with arguments of type IngressIpv4Attribute Modifier and Type Method Description static Set<IngressIpv4Attribute>IngressIpv4Attribute. knownValues()Methods in software.amazon.awssdk.services.mailmanager.model with parameters of type IngressIpv4Attribute Modifier and Type Method Description IngressIpToEvaluate.BuilderIngressIpToEvaluate.Builder. attribute(IngressIpv4Attribute attribute)An enum type representing the allowed attribute types for an IP condition.static IngressIpToEvaluateIngressIpToEvaluate. fromAttribute(IngressIpv4Attribute attribute)Create an instance of this class withIngressIpToEvaluate.attributeAsString()initialized to the given value.
-