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