Uses of Class
software.amazon.awssdk.services.acm.model.ValidationMethod
-
Packages that use ValidationMethod Package Description software.amazon.awssdk.services.acm.model -
-
Uses of ValidationMethod in software.amazon.awssdk.services.acm.model
Methods in software.amazon.awssdk.services.acm.model that return ValidationMethod Modifier and Type Method 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
DomainValidation. validationMethod()
Specifies the domain validation method.ValidationMethod
RequestCertificateRequest. validationMethod()
The method you want to use if you are requesting a public certificate to validate that you own or control domain.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.Methods in software.amazon.awssdk.services.acm.model that return types with arguments of type ValidationMethod Modifier and Type Method Description static Set<ValidationMethod>
ValidationMethod. knownValues()
Methods in software.amazon.awssdk.services.acm.model with parameters of type ValidationMethod Modifier and Type Method Description DomainValidation.Builder
DomainValidation.Builder. validationMethod(ValidationMethod validationMethod)
Specifies the domain validation method.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.
-