Uses of Class
software.amazon.awssdk.services.mailmanager.model.ArchiveBooleanEmailAttribute
-
Packages that use ArchiveBooleanEmailAttribute Package Description software.amazon.awssdk.services.mailmanager.model -
-
Uses of ArchiveBooleanEmailAttribute in software.amazon.awssdk.services.mailmanager.model
Methods in software.amazon.awssdk.services.mailmanager.model that return ArchiveBooleanEmailAttribute Modifier and Type Method Description ArchiveBooleanEmailAttributeArchiveBooleanToEvaluate. attribute()The name of the email attribute to evaluate.static ArchiveBooleanEmailAttributeArchiveBooleanEmailAttribute. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ArchiveBooleanEmailAttributeArchiveBooleanEmailAttribute. valueOf(String name)Returns the enum constant of this type with the specified name.static ArchiveBooleanEmailAttribute[]ArchiveBooleanEmailAttribute. 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 ArchiveBooleanEmailAttribute Modifier and Type Method Description static Set<ArchiveBooleanEmailAttribute>ArchiveBooleanEmailAttribute. knownValues()Methods in software.amazon.awssdk.services.mailmanager.model with parameters of type ArchiveBooleanEmailAttribute Modifier and Type Method Description ArchiveBooleanToEvaluate.BuilderArchiveBooleanToEvaluate.Builder. attribute(ArchiveBooleanEmailAttribute attribute)The name of the email attribute to evaluate.static ArchiveBooleanToEvaluateArchiveBooleanToEvaluate. fromAttribute(ArchiveBooleanEmailAttribute attribute)Create an instance of this class withArchiveBooleanToEvaluate.attributeAsString()initialized to the given value.
-