Enum SuppressionConfidenceVerdictThreshold

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

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

The confidence level threshold for suppression validation:

  • MEDIUM – Allows emails to be sent to addresses with medium or high delivery likelihood.

  • HIGH – Allows emails to be sent only to addresses with high delivery likelihood.

  • MANAGED – Managed confidence threshold where Amazon SES automatically determines the appropriate level.