Enum ListRecommendationsFilterKey

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

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

The ListRecommendations filter type. This can be one of the following:

  • TYPE – The recommendation type, with values like DKIM, SPF, DMARC or BIMI.

  • IMPACT – The recommendation impact, with values like HIGH or LOW.

  • STATUS – The recommendation status, with values like OPEN or FIXED.

  • RESOURCE_ARN – The resource affected by the recommendation, with values like arn:aws:ses:us-east-1:123456789012:identity/example.com.