public static enum ItemValue.Type extends Enum<ItemValue.Type>
ItemValue.type()| Enum Constant and Description |
|---|
ARN |
METRIC_DEFINITION |
PAGER_DUTY_INCIDENT_DETAIL |
UNKNOWN_TO_SDK_VERSION |
URL |
| Modifier and Type | Method and Description |
|---|---|
static ItemValue.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ItemValue.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ItemValue.Type ARN
public static final ItemValue.Type METRIC_DEFINITION
public static final ItemValue.Type PAGER_DUTY_INCIDENT_DETAIL
public static final ItemValue.Type URL
public static final ItemValue.Type UNKNOWN_TO_SDK_VERSION
public static ItemValue.Type[] values()
for (ItemValue.Type c : ItemValue.Type.values()) System.out.println(c);
public static ItemValue.Type 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 nullCopyright © 2023. All rights reserved.