Package | Description |
---|---|
com.amazonaws.services.certificatemanager.model |
Modifier and Type | Method and Description |
---|---|
DomainValidationOption |
DomainValidationOption.clone() |
DomainValidationOption |
DomainValidationOption.withDomainName(String domainName)
Fully Qualified Domain Name (FQDN) of the certificate being requested.
|
DomainValidationOption |
DomainValidationOption.withValidationDomain(String validationDomain)
The domain to which validation email is sent.
|
Modifier and Type | Method and Description |
---|---|
List<DomainValidationOption> |
RequestCertificateRequest.getDomainValidationOptions()
The base validation domain that will act as the suffix of the email
addresses that are used to send the emails.
|
Modifier and Type | Method and Description |
---|---|
RequestCertificateRequest |
RequestCertificateRequest.withDomainValidationOptions(DomainValidationOption... domainValidationOptions)
The base validation domain that will act as the suffix of the email
addresses that are used to send the emails.
|
Modifier and Type | Method and Description |
---|---|
void |
RequestCertificateRequest.setDomainValidationOptions(Collection<DomainValidationOption> domainValidationOptions)
The base validation domain that will act as the suffix of the email
addresses that are used to send the emails.
|
RequestCertificateRequest |
RequestCertificateRequest.withDomainValidationOptions(Collection<DomainValidationOption> domainValidationOptions)
The base validation domain that will act as the suffix of the email
addresses that are used to send the emails.
|
Copyright © 2018. All rights reserved.