| Package | Description |
|---|---|
| software.amazon.awssdk.services.lightsail.model |
| Modifier and Type | Method and Description |
|---|---|
List<DomainValidationRecord> |
Certificate.domainValidationRecords()
An array of objects that describe the domain validation records of the certificate.
|
List<DomainValidationRecord> |
RenewalSummary.domainValidationRecords()
An array of objects that describe the domain validation records of the certificate.
|
| Modifier and Type | Method and Description |
|---|---|
Certificate.Builder |
Certificate.Builder.domainValidationRecords(DomainValidationRecord... domainValidationRecords)
An array of objects that describe the domain validation records of the certificate.
|
RenewalSummary.Builder |
RenewalSummary.Builder.domainValidationRecords(DomainValidationRecord... domainValidationRecords)
An array of objects that describe the domain validation records of the certificate.
|
| Modifier and Type | Method and Description |
|---|---|
Certificate.Builder |
Certificate.Builder.domainValidationRecords(Collection<DomainValidationRecord> domainValidationRecords)
An array of objects that describe the domain validation records of the certificate.
|
RenewalSummary.Builder |
RenewalSummary.Builder.domainValidationRecords(Collection<DomainValidationRecord> domainValidationRecords)
An array of objects that describe the domain validation records of the certificate.
|
Copyright © 2022. All rights reserved.