| Package | Description |
|---|---|
| com.amazonaws.services.lightsail.model |
| Modifier and Type | Method and Description |
|---|---|
Certificate |
Certificate.clone() |
Certificate |
CertificateSummary.getCertificateDetail()
An object that describes a certificate in detail.
|
Certificate |
Certificate.withArn(String arn)
The Amazon Resource Name (ARN) of the certificate.
|
Certificate |
Certificate.withCreatedAt(Date createdAt)
The timestamp when the certificate was created.
|
Certificate |
Certificate.withDomainName(String domainName)
The domain name of the certificate.
|
Certificate |
Certificate.withDomainValidationRecords(Collection<DomainValidationRecord> domainValidationRecords)
An array of objects that describe the domain validation records of the certificate.
|
Certificate |
Certificate.withDomainValidationRecords(DomainValidationRecord... domainValidationRecords)
An array of objects that describe the domain validation records of the certificate.
|
Certificate |
Certificate.withEligibleToRenew(String eligibleToRenew)
The renewal eligibility of the certificate.
|
Certificate |
Certificate.withInUseResourceCount(Integer inUseResourceCount)
The number of Lightsail resources that the certificate is attached to.
|
Certificate |
Certificate.withIssuedAt(Date issuedAt)
The timestamp when the certificate was issued.
|
Certificate |
Certificate.withIssuerCA(String issuerCA)
The certificate authority that issued the certificate.
|
Certificate |
Certificate.withKeyAlgorithm(String keyAlgorithm)
The algorithm used to generate the key pair (the public and private key) of the certificate.
|
Certificate |
Certificate.withName(String name)
The name of the certificate (e.g.,
my-certificate). |
Certificate |
Certificate.withNotAfter(Date notAfter)
The timestamp when the certificate expires.
|
Certificate |
Certificate.withNotBefore(Date notBefore)
The timestamp when the certificate is first valid.
|
Certificate |
Certificate.withRenewalSummary(RenewalSummary renewalSummary)
An object that describes the status of the certificate renewal managed by Lightsail.
|
Certificate |
Certificate.withRequestFailureReason(String requestFailureReason)
The validation failure reason, if any, of the certificate.
|
Certificate |
Certificate.withRevocationReason(String revocationReason)
The reason the certificate was revoked.
|
Certificate |
Certificate.withRevokedAt(Date revokedAt)
The timestamp when the certificate was revoked.
|
Certificate |
Certificate.withSerialNumber(String serialNumber)
The serial number of the certificate.
|
Certificate |
Certificate.withStatus(CertificateStatus status)
The validation status of the certificate.
|
Certificate |
Certificate.withStatus(String status)
The validation status of the certificate.
|
Certificate |
Certificate.withSubjectAlternativeNames(Collection<String> subjectAlternativeNames)
An array of strings that specify the alternate domains (e.g.,
example2.com) and subdomains (e.g.,
blog.example.com) of the certificate. |
Certificate |
Certificate.withSubjectAlternativeNames(String... subjectAlternativeNames)
An array of strings that specify the alternate domains (e.g.,
example2.com) and subdomains (e.g.,
blog.example.com) of the certificate. |
Certificate |
Certificate.withSupportCode(String supportCode)
The support code.
|
Certificate |
Certificate.withTags(Collection<Tag> tags)
The tag keys and optional values for the resource.
|
Certificate |
Certificate.withTags(Tag... tags)
The tag keys and optional values for the resource.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CertificateSummary.setCertificateDetail(Certificate certificateDetail)
An object that describes a certificate in detail.
|
CertificateSummary |
CertificateSummary.withCertificateDetail(Certificate certificateDetail)
An object that describes a certificate in detail.
|
Copyright © 2022. All rights reserved.