| Package | Description |
|---|---|
| com.amazonaws.services.lightsail.model |
| Modifier and Type | Method and Description |
|---|---|
DomainValidationRecord |
DomainValidationRecord.clone() |
DomainValidationRecord |
DomainValidationRecord.withDomainName(String domainName)
The domain name of the certificate validation record.
|
DomainValidationRecord |
DomainValidationRecord.withResourceRecord(ResourceRecord resourceRecord)
An object that describes the DNS records to add to your domain's DNS to validate it for the certificate.
|
| Modifier and Type | Method and Description |
|---|---|
List<DomainValidationRecord> |
Certificate.getDomainValidationRecords()
An array of objects that describe the domain validation records of the certificate.
|
List<DomainValidationRecord> |
RenewalSummary.getDomainValidationRecords()
An array of objects that describe the domain validation records of the certificate.
|
| Modifier and Type | Method and Description |
|---|---|
Certificate |
Certificate.withDomainValidationRecords(DomainValidationRecord... domainValidationRecords)
An array of objects that describe the domain validation records of the certificate.
|
RenewalSummary |
RenewalSummary.withDomainValidationRecords(DomainValidationRecord... domainValidationRecords)
An array of objects that describe the domain validation records of the certificate.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Certificate.setDomainValidationRecords(Collection<DomainValidationRecord> domainValidationRecords)
An array of objects that describe the domain validation records of the certificate.
|
void |
RenewalSummary.setDomainValidationRecords(Collection<DomainValidationRecord> domainValidationRecords)
An array of objects that describe the domain validation records of the certificate.
|
Certificate |
Certificate.withDomainValidationRecords(Collection<DomainValidationRecord> domainValidationRecords)
An array of objects that describe the domain validation records of the certificate.
|
RenewalSummary |
RenewalSummary.withDomainValidationRecords(Collection<DomainValidationRecord> domainValidationRecords)
An array of objects that describe the domain validation records of the certificate.
|
Copyright © 2021. All rights reserved.