Uses of Class
software.amazon.awssdk.services.mailmanager.model.IngressStringEmailAttribute
-
Packages that use IngressStringEmailAttribute Package Description software.amazon.awssdk.services.mailmanager.model -
-
Uses of IngressStringEmailAttribute in software.amazon.awssdk.services.mailmanager.model
Methods in software.amazon.awssdk.services.mailmanager.model that return IngressStringEmailAttribute Modifier and Type Method Description IngressStringEmailAttributeIngressStringToEvaluate. attribute()The enum type representing the allowed attribute types for a string condition.static IngressStringEmailAttributeIngressStringEmailAttribute. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static IngressStringEmailAttributeIngressStringEmailAttribute. valueOf(String name)Returns the enum constant of this type with the specified name.static IngressStringEmailAttribute[]IngressStringEmailAttribute. 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 IngressStringEmailAttribute Modifier and Type Method Description static Set<IngressStringEmailAttribute>IngressStringEmailAttribute. knownValues()Methods in software.amazon.awssdk.services.mailmanager.model with parameters of type IngressStringEmailAttribute Modifier and Type Method Description IngressStringToEvaluate.BuilderIngressStringToEvaluate.Builder. attribute(IngressStringEmailAttribute attribute)The enum type representing the allowed attribute types for a string condition.static IngressStringToEvaluateIngressStringToEvaluate. fromAttribute(IngressStringEmailAttribute attribute)Create an instance of this class withIngressStringToEvaluate.attributeAsString()initialized to the given value.
-