Uses of Interface
software.amazon.awssdk.services.sesv2.model.EmailAddressInsightsMailboxEvaluations.Builder
Packages that use EmailAddressInsightsMailboxEvaluations.Builder
-
Uses of EmailAddressInsightsMailboxEvaluations.Builder in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return EmailAddressInsightsMailboxEvaluations.BuilderModifier and TypeMethodDescriptionEmailAddressInsightsMailboxEvaluations.builder()EmailAddressInsightsMailboxEvaluations.Builder.hasValidDnsRecords(Consumer<EmailAddressInsightsVerdict.Builder> hasValidDnsRecords) Checks that the domain exists, has valid DNS records, and is configured to receive email.EmailAddressInsightsMailboxEvaluations.Builder.hasValidDnsRecords(EmailAddressInsightsVerdict hasValidDnsRecords) Checks that the domain exists, has valid DNS records, and is configured to receive email.EmailAddressInsightsMailboxEvaluations.Builder.hasValidSyntax(Consumer<EmailAddressInsightsVerdict.Builder> hasValidSyntax) Checks that the email address follows proper RFC standards and contains valid characters in the correct format.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(Consumer<EmailAddressInsightsVerdict.Builder> isDisposable) Checks disposable or temporary email addresses that could negatively impact your sender reputation.EmailAddressInsightsMailboxEvaluations.Builder.isDisposable(EmailAddressInsightsVerdict isDisposable) Checks disposable or temporary email addresses that could negatively impact your sender reputation.EmailAddressInsightsMailboxEvaluations.Builder.isRandomInput(Consumer<EmailAddressInsightsVerdict.Builder> isRandomInput) Checks if the input appears to be random text.EmailAddressInsightsMailboxEvaluations.Builder.isRandomInput(EmailAddressInsightsVerdict isRandomInput) Checks if the input appears to be random text.EmailAddressInsightsMailboxEvaluations.Builder.isRoleAddress(Consumer<EmailAddressInsightsVerdict.Builder> isRoleAddress) Identifies role-based addresses (such as admin@, support@, or info@) that may have lower engagement rates.EmailAddressInsightsMailboxEvaluations.Builder.isRoleAddress(EmailAddressInsightsVerdict isRoleAddress) Identifies role-based addresses (such as admin@, support@, or info@) that may have lower engagement rates.EmailAddressInsightsMailboxEvaluations.Builder.mailboxExists(Consumer<EmailAddressInsightsVerdict.Builder> mailboxExists) Checks that the mailbox exists and can receive messages without actually sending an email.EmailAddressInsightsMailboxEvaluations.Builder.mailboxExists(EmailAddressInsightsVerdict mailboxExists) Checks that the mailbox exists and can receive messages without actually sending an email.EmailAddressInsightsMailboxEvaluations.toBuilder()Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type EmailAddressInsightsMailboxEvaluations.BuilderModifier and TypeMethodDescriptionstatic Class<? extends EmailAddressInsightsMailboxEvaluations.Builder>EmailAddressInsightsMailboxEvaluations.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sesv2.model with type arguments of type EmailAddressInsightsMailboxEvaluations.BuilderModifier and TypeMethodDescriptiondefault MailboxValidation.BuilderMailboxValidation.Builder.evaluations(Consumer<EmailAddressInsightsMailboxEvaluations.Builder> evaluations) Specific validation checks performed on the email address.