Enum EmailAddressInsightsConfidenceVerdict

java.lang.Object
java.lang.Enum<EmailAddressInsightsConfidenceVerdict>
software.amazon.awssdk.services.sesv2.model.EmailAddressInsightsConfidenceVerdict
All Implemented Interfaces:
Serializable, Comparable<EmailAddressInsightsConfidenceVerdict>

@Generated("software.amazon.awssdk:codegen") public enum EmailAddressInsightsConfidenceVerdict extends Enum<EmailAddressInsightsConfidenceVerdict>

The confidence level of SES that the email address meets the validation criteria:

  • LOW - Weak or no indication of the specific check (e.g., LOW for IsRoleAddress means the email is less likely to be a role-based address).

  • MEDIUM - Moderate indication of the specific check (e.g., MEDIUM for IsDisposable means the email might be a disposable address).

  • HIGH - Strong indication of the specific check (e.g., HIGH for IsRandomInput means the email is very likely randomly generated).