@Generated(value="software.amazon.awssdk:codegen") public enum GroupBy extends Enum<GroupBy>
| Enum Constant and Description |
|---|
CLASSIFICATION_DETAILS_JOB_ID |
RESOURCES_AFFECTED_S3_BUCKET_NAME |
SEVERITY_DESCRIPTION |
TYPE |
UNKNOWN_TO_SDK_VERSION |
| Modifier and Type | Method and Description |
|---|---|
static GroupBy |
fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static Set<GroupBy> |
knownValues()
|
String |
toString() |
static GroupBy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GroupBy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GroupBy RESOURCES_AFFECTED_S3_BUCKET_NAME
public static final GroupBy TYPE
public static final GroupBy CLASSIFICATION_DETAILS_JOB_ID
public static final GroupBy SEVERITY_DESCRIPTION
public static final GroupBy UNKNOWN_TO_SDK_VERSION
public static GroupBy[] values()
for (GroupBy c : GroupBy.values()) System.out.println(c);
public static GroupBy 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 GroupBy fromValue(String value)
value - real valueCopyright © 2022. All rights reserved.