| Package | Description |
|---|---|
| com.amazonaws.services.lightsail.model |
| Modifier and Type | Method and Description |
|---|---|
RenewalSummary |
RenewalSummary.clone() |
RenewalSummary |
Certificate.getRenewalSummary()
An object that describes the status of the certificate renewal managed by Lightsail.
|
RenewalSummary |
RenewalSummary.withDomainValidationRecords(Collection<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.
|
RenewalSummary |
RenewalSummary.withRenewalStatus(RenewalStatus renewalStatus)
The renewal status of the certificate.
|
RenewalSummary |
RenewalSummary.withRenewalStatus(String renewalStatus)
The renewal status of the certificate.
|
RenewalSummary |
RenewalSummary.withRenewalStatusReason(String renewalStatusReason)
The reason for the renewal status of the certificate.
|
RenewalSummary |
RenewalSummary.withUpdatedAt(Date updatedAt)
The timestamp when the certificate was last updated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Certificate.setRenewalSummary(RenewalSummary renewalSummary)
An object that describes the status of the certificate renewal managed by Lightsail.
|
Certificate |
Certificate.withRenewalSummary(RenewalSummary renewalSummary)
An object that describes the status of the certificate renewal managed by Lightsail.
|
Copyright © 2023. All rights reserved.