@Generated(value="jsii-pacmak/0.15.1 (build ceff2ca)", date="2019-08-27T17:32:40.564Z") @Stability(value=Stable) public enum ValidationMethod extends Enum<ValidationMethod>
| Enum Constant and Description |
|---|
DNS
Validate ownership by adding appropriate DNS records.
|
EMAIL
Send email to a number of email addresses associated with the domain.
|
| Modifier and Type | Method and Description |
|---|---|
static ValidationMethod |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ValidationMethod[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@Stability(value=Stable) public static final ValidationMethod EMAIL
https://docs.aws.amazon.com/acm/latest/userguide/gs-acm-validate-email.html@Stability(value=Stable) public static final ValidationMethod DNS
https://docs.aws.amazon.com/acm/latest/userguide/gs-acm-validate-dns.htmlpublic static ValidationMethod[] values()
for (ValidationMethod c : ValidationMethod.values()) System.out.println(c);
public static ValidationMethod 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 © 2019. All rights reserved.