Uses of Interface
software.amazon.awssdk.services.sesv2.model.EmailAddressInsightsVerdict.Builder
Packages that use EmailAddressInsightsVerdict.Builder
-
Uses of EmailAddressInsightsVerdict.Builder in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return EmailAddressInsightsVerdict.BuilderModifier and TypeMethodDescriptionEmailAddressInsightsVerdict.builder()EmailAddressInsightsVerdict.Builder.confidenceVerdict(String confidenceVerdict) The confidence level of the validation verdict.EmailAddressInsightsVerdict.Builder.confidenceVerdict(EmailAddressInsightsConfidenceVerdict confidenceVerdict) The confidence level of the validation verdict.EmailAddressInsightsVerdict.toBuilder()Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type EmailAddressInsightsVerdict.BuilderModifier and TypeMethodDescriptionstatic Class<? extends EmailAddressInsightsVerdict.Builder>EmailAddressInsightsVerdict.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sesv2.model with type arguments of type EmailAddressInsightsVerdict.BuilderModifier and TypeMethodDescriptionEmailAddressInsightsMailboxEvaluations.Builder.hasValidDnsRecords(Consumer<EmailAddressInsightsVerdict.Builder> 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.isDisposable(Consumer<EmailAddressInsightsVerdict.Builder> 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.isRoleAddress(Consumer<EmailAddressInsightsVerdict.Builder> isRoleAddress) Identifies role-based addresses (such as admin@, support@, or info@) that may have lower engagement rates.default MailboxValidation.BuilderMailboxValidation.Builder.isValid(Consumer<EmailAddressInsightsVerdict.Builder> isValid) Overall validity assessment with a confidence verdict.EmailAddressInsightsMailboxEvaluations.Builder.mailboxExists(Consumer<EmailAddressInsightsVerdict.Builder> mailboxExists) Checks that the mailbox exists and can receive messages without actually sending an email.