@Generated(value="com.amazonaws:aws-java-sdk-code-generator") 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.
| Enum Constant and Description |
|---|
IMPACT |
RESOURCE_ARN |
STATUS |
TYPE |
| Modifier and Type | Method and Description |
|---|---|
static ListRecommendationsFilterKey |
fromValue(String value)
Use this in place of valueOf.
|
String |
toString() |
static ListRecommendationsFilterKey |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListRecommendationsFilterKey[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ListRecommendationsFilterKey TYPE
public static final ListRecommendationsFilterKey IMPACT
public static final ListRecommendationsFilterKey STATUS
public static final ListRecommendationsFilterKey RESOURCE_ARN
public static ListRecommendationsFilterKey[] values()
for (ListRecommendationsFilterKey c : ListRecommendationsFilterKey.values()) System.out.println(c);
public static ListRecommendationsFilterKey valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String toString()
toString in class Enum<ListRecommendationsFilterKey>public static ListRecommendationsFilterKey fromValue(String value)
value - real valueIllegalArgumentException - If the specified value does not map to one of the known values in this enum.Copyright © 2025. All rights reserved.