@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public enum SortField extends Enum<SortField>
Modifier and Type | Method and Description |
---|---|
static SortField |
fromValue(String value)
Use this in place of valueOf.
|
String |
toString() |
static SortField |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SortField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SortField AWS_ACCOUNT_ID
public static final SortField FINDING_TYPE
public static final SortField SEVERITY
public static final SortField FIRST_OBSERVED_AT
public static final SortField LAST_OBSERVED_AT
public static final SortField FINDING_STATUS
public static final SortField RESOURCE_TYPE
public static final SortField ECR_IMAGE_PUSHED_AT
public static final SortField ECR_IMAGE_REPOSITORY_NAME
public static final SortField ECR_IMAGE_REGISTRY
public static final SortField NETWORK_PROTOCOL
public static final SortField COMPONENT_TYPE
public static final SortField VULNERABILITY_ID
public static final SortField VULNERABILITY_SOURCE
public static final SortField INSPECTOR_SCORE
public static final SortField VENDOR_SEVERITY
public static final SortField EPSS_SCORE
public static SortField[] values()
for (SortField c : SortField.values()) System.out.println(c);
public static SortField 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 static SortField fromValue(String value)
value
- real valueIllegalArgumentException
- If the specified value does not map to one of the known values in this enum.