public enum DeadLetterResourceType extends Enum<DeadLetterResourceType>
| Modifier and Type | Method and Description |
|---|---|
String |
getServiceName() |
String |
toString() |
static DeadLetterResourceType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeadLetterResourceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DeadLetterResourceType SNS
public static final DeadLetterResourceType SQS
public static DeadLetterResourceType[] values()
for (DeadLetterResourceType c : DeadLetterResourceType.values()) System.out.println(c);
public static DeadLetterResourceType 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 getServiceName()
public String toString()
toString in class Enum<DeadLetterResourceType>Copyright © 2020. All rights reserved.