| Package | Description |
|---|---|
| software.amazon.awssdk.services.acm.model |
| Modifier and Type | Method and Description |
|---|---|
static ValidationMethod |
ValidationMethod.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ValidationMethod |
RequestCertificateRequest.validationMethod()
The method you want to use if you are requesting a public certificate to validate that you own or control domain.
|
ValidationMethod |
DomainValidation.validationMethod()
Specifies the domain validation method.
|
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 |
|---|---|
static Set<ValidationMethod> |
ValidationMethod.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
RequestCertificateRequest.Builder |
RequestCertificateRequest.Builder.validationMethod(ValidationMethod validationMethod)
The method you want to use if you are requesting a public certificate to validate that you own or control
domain.
|
DomainValidation.Builder |
DomainValidation.Builder.validationMethod(ValidationMethod validationMethod)
Specifies the domain validation method.
|
Copyright © 2023. All rights reserved.