@Generated(value="software.amazon.awssdk:codegen") public enum FilterName extends Enum<FilterName>
| Enum Constant and Description |
|---|
FINDING |
FINDING_REASON_CODES |
INFERRED_WORKLOAD_TYPES |
RECOMMENDATION_SOURCE_TYPE |
UNKNOWN_TO_SDK_VERSION |
| Modifier and Type | Method and Description |
|---|---|
static FilterName |
fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static Set<FilterName> |
knownValues()
|
String |
toString() |
static FilterName |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FilterName[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FilterName FINDING
public static final FilterName FINDING_REASON_CODES
public static final FilterName RECOMMENDATION_SOURCE_TYPE
public static final FilterName INFERRED_WORKLOAD_TYPES
public static final FilterName UNKNOWN_TO_SDK_VERSION
public static FilterName[] values()
for (FilterName c : FilterName.values()) System.out.println(c);
public static FilterName 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<FilterName>public static FilterName fromValue(String value)
value - real valuepublic static Set<FilterName> knownValues()
values() to return a Set of all values known to the SDK. This will return
all known enum values except UNKNOWN_TO_SDK_VERSION.Set of known FilterNamesCopyright © 2023. All rights reserved.