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