| Package | Description |
|---|---|
| com.amazonaws.services.certificatemanager.model |
| Modifier and Type | Method and Description |
|---|---|
static ValidationMethod |
ValidationMethod.fromValue(String value)
Use this in place of valueOf.
|
static ValidationMethod |
ValidationMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ValidationMethod[] |
ValidationMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DomainValidation.setValidationMethod(ValidationMethod validationMethod)
Specifies the domain validation method.
|
DomainValidation |
DomainValidation.withValidationMethod(ValidationMethod validationMethod)
Specifies the domain validation method.
|
RequestCertificateRequest |
RequestCertificateRequest.withValidationMethod(ValidationMethod validationMethod)
The method you want to use if you are requesting a public certificate to validate that you own or control domain.
|
Copyright © 2018. All rights reserved.