Class EmailAddressInsightsMailboxEvaluations
java.lang.Object
software.amazon.awssdk.services.sesv2.model.EmailAddressInsightsMailboxEvaluations
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<EmailAddressInsightsMailboxEvaluations.Builder,EmailAddressInsightsMailboxEvaluations>
@Generated("software.amazon.awssdk:codegen")
public final class EmailAddressInsightsMailboxEvaluations
extends Object
implements SdkPojo, Serializable, ToCopyableBuilder<EmailAddressInsightsMailboxEvaluations.Builder,EmailAddressInsightsMailboxEvaluations>
Contains individual validation checks performed on an email address.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()Checks that the domain exists, has valid DNS records, and is configured to receive email.Checks that the email address follows proper RFC standards and contains valid characters in the correct format.Checks disposable or temporary email addresses that could negatively impact your sender reputation.Checks if the input appears to be random text.Identifies role-based addresses (such as admin@, support@, or info@) that may have lower engagement rates.Checks that the mailbox exists and can receive messages without actually sending an email.static Class<? extends EmailAddressInsightsMailboxEvaluations.Builder>final StringtoString()Returns a string representation of this object.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
hasValidSyntax
Checks that the email address follows proper RFC standards and contains valid characters in the correct format.
- Returns:
- Checks that the email address follows proper RFC standards and contains valid characters in the correct format.
-
hasValidDnsRecords
Checks that the domain exists, has valid DNS records, and is configured to receive email.
- Returns:
- Checks that the domain exists, has valid DNS records, and is configured to receive email.
-
mailboxExists
Checks that the mailbox exists and can receive messages without actually sending an email.
- Returns:
- Checks that the mailbox exists and can receive messages without actually sending an email.
-
isRoleAddress
Identifies role-based addresses (such as admin@, support@, or info@) that may have lower engagement rates.
- Returns:
- Identifies role-based addresses (such as admin@, support@, or info@) that may have lower engagement rates.
-
isDisposable
Checks disposable or temporary email addresses that could negatively impact your sender reputation.
- Returns:
- Checks disposable or temporary email addresses that could negatively impact your sender reputation.
-
isRandomInput
Checks if the input appears to be random text.
- Returns:
- Checks if the input appears to be random text.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<EmailAddressInsightsMailboxEvaluations.Builder,EmailAddressInsightsMailboxEvaluations>
-
builder
-
serializableBuilderClass
public static Class<? extends EmailAddressInsightsMailboxEvaluations.Builder> serializableBuilderClass() -
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-