@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public enum UsageGroupByField extends Enum<UsageGroupByField>
| Enum Constant and Description |
|---|
FLEET_ID |
INSTANCE_TYPE |
JOB_ID |
LICENSE_PRODUCT |
QUEUE_ID |
USAGE_TYPE |
USER_ID |
| Modifier and Type | Method and Description |
|---|---|
static UsageGroupByField |
fromValue(String value)
Use this in place of valueOf.
|
String |
toString() |
static UsageGroupByField |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UsageGroupByField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UsageGroupByField QUEUE_ID
public static final UsageGroupByField FLEET_ID
public static final UsageGroupByField JOB_ID
public static final UsageGroupByField USER_ID
public static final UsageGroupByField USAGE_TYPE
public static final UsageGroupByField INSTANCE_TYPE
public static final UsageGroupByField LICENSE_PRODUCT
public static UsageGroupByField[] values()
for (UsageGroupByField c : UsageGroupByField.values()) System.out.println(c);
public static UsageGroupByField 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<UsageGroupByField>public static UsageGroupByField fromValue(String value)
value - real valueIllegalArgumentException - If the specified value does not map to one of the known values in this enum.