Uses of Class
software.amazon.awssdk.services.sesv2.model.EmailAddressInsightsVerdict
Packages that use EmailAddressInsightsVerdict
-
Uses of EmailAddressInsightsVerdict in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return EmailAddressInsightsVerdictModifier and TypeMethodDescriptionEmailAddressInsightsMailboxEvaluations.hasValidDnsRecords()Checks that the domain exists, has valid DNS records, and is configured to receive email.EmailAddressInsightsMailboxEvaluations.hasValidSyntax()Checks that the email address follows proper RFC standards and contains valid characters in the correct format.EmailAddressInsightsMailboxEvaluations.isDisposable()Checks disposable or temporary email addresses that could negatively impact your sender reputation.EmailAddressInsightsMailboxEvaluations.isRandomInput()Checks if the input appears to be random text.EmailAddressInsightsMailboxEvaluations.isRoleAddress()Identifies role-based addresses (such as admin@, support@, or info@) that may have lower engagement rates.MailboxValidation.isValid()Overall validity assessment with a confidence verdict.EmailAddressInsightsMailboxEvaluations.mailboxExists()Checks that the mailbox exists and can receive messages without actually sending an email.Methods in software.amazon.awssdk.services.sesv2.model with parameters of type EmailAddressInsightsVerdictModifier and TypeMethodDescriptionEmailAddressInsightsMailboxEvaluations.Builder.hasValidDnsRecords(EmailAddressInsightsVerdict hasValidDnsRecords) Checks that the domain exists, has valid DNS records, and is configured to receive email.EmailAddressInsightsMailboxEvaluations.Builder.hasValidSyntax(EmailAddressInsightsVerdict hasValidSyntax) Checks that the email address follows proper RFC standards and contains valid characters in the correct format.EmailAddressInsightsMailboxEvaluations.Builder.isDisposable(EmailAddressInsightsVerdict isDisposable) Checks disposable or temporary email addresses that could negatively impact your sender reputation.EmailAddressInsightsMailboxEvaluations.Builder.isRandomInput(EmailAddressInsightsVerdict isRandomInput) Checks if the input appears to be random text.EmailAddressInsightsMailboxEvaluations.Builder.isRoleAddress(EmailAddressInsightsVerdict isRoleAddress) Identifies role-based addresses (such as admin@, support@, or info@) that may have lower engagement rates.MailboxValidation.Builder.isValid(EmailAddressInsightsVerdict isValid) Overall validity assessment with a confidence verdict.EmailAddressInsightsMailboxEvaluations.Builder.mailboxExists(EmailAddressInsightsVerdict mailboxExists) Checks that the mailbox exists and can receive messages without actually sending an email.