Package | Description |
---|---|
com.amazonaws.services.certificatemanager.model |
Modifier and Type | Method and Description |
---|---|
DomainValidation |
DomainValidation.clone() |
DomainValidation |
DomainValidation.withDomainName(String domainName)
Fully Qualified Domain Name (FQDN) of the form
www.example.com or example.com |
DomainValidation |
DomainValidation.withValidationDomain(String validationDomain)
The base validation domain that acts as the suffix of the email addresses
that are used to send the emails.
|
DomainValidation |
DomainValidation.withValidationEmails(Collection<String> validationEmails)
A list of contact address for the domain registrant.
|
DomainValidation |
DomainValidation.withValidationEmails(String... validationEmails)
A list of contact address for the domain registrant.
|
Modifier and Type | Method and Description |
---|---|
List<DomainValidation> |
CertificateDetail.getDomainValidationOptions()
References a DomainValidation structure that contains the domain
name in the certificate and the email address that can be used for
validation.
|
Modifier and Type | Method and Description |
---|---|
CertificateDetail |
CertificateDetail.withDomainValidationOptions(DomainValidation... domainValidationOptions)
References a DomainValidation structure that contains the domain
name in the certificate and the email address that can be used for
validation.
|
Modifier and Type | Method and Description |
---|---|
void |
CertificateDetail.setDomainValidationOptions(Collection<DomainValidation> domainValidationOptions)
References a DomainValidation structure that contains the domain
name in the certificate and the email address that can be used for
validation.
|
CertificateDetail |
CertificateDetail.withDomainValidationOptions(Collection<DomainValidation> domainValidationOptions)
References a DomainValidation structure that contains the domain
name in the certificate and the email address that can be used for
validation.
|
Copyright © 2018. All rights reserved.