Uses of Class
software.amazon.awssdk.services.mailmanager.model.ArchiveBooleanToEvaluate
-
Packages that use ArchiveBooleanToEvaluate Package Description software.amazon.awssdk.services.mailmanager.model -
-
Uses of ArchiveBooleanToEvaluate in software.amazon.awssdk.services.mailmanager.model
Methods in software.amazon.awssdk.services.mailmanager.model that return ArchiveBooleanToEvaluate Modifier and Type Method Description ArchiveBooleanToEvaluateArchiveBooleanExpression. evaluate()The email attribute value to evaluate.static ArchiveBooleanToEvaluateArchiveBooleanToEvaluate. fromAttribute(String attribute)Create an instance of this class withattributeAsString()initialized to the given value.static ArchiveBooleanToEvaluateArchiveBooleanToEvaluate. fromAttribute(ArchiveBooleanEmailAttribute 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 ArchiveBooleanToEvaluate Modifier and Type Method Description ArchiveBooleanExpression.BuilderArchiveBooleanExpression.Builder. evaluate(ArchiveBooleanToEvaluate evaluate)The email attribute value to evaluate.
-