| Package | Description |
|---|---|
| com.amazonaws.services.pcaconnectorad.model |
| Modifier and Type | Method and Description |
|---|---|
ValidityPeriod |
ValidityPeriod.clone() |
ValidityPeriod |
CertificateValidity.getRenewalPeriod()
Renewal period is the period of time before certificate expiration when a new certificate will be requested.
|
ValidityPeriod |
CertificateValidity.getValidityPeriod()
Information describing the end of the validity period of the certificate.
|
ValidityPeriod |
ValidityPeriod.withPeriod(Long period)
The numeric value for the validity period.
|
ValidityPeriod |
ValidityPeriod.withPeriodType(String periodType)
The unit of time.
|
ValidityPeriod |
ValidityPeriod.withPeriodType(ValidityPeriodType periodType)
The unit of time.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CertificateValidity.setRenewalPeriod(ValidityPeriod renewalPeriod)
Renewal period is the period of time before certificate expiration when a new certificate will be requested.
|
void |
CertificateValidity.setValidityPeriod(ValidityPeriod validityPeriod)
Information describing the end of the validity period of the certificate.
|
CertificateValidity |
CertificateValidity.withRenewalPeriod(ValidityPeriod renewalPeriod)
Renewal period is the period of time before certificate expiration when a new certificate will be requested.
|
CertificateValidity |
CertificateValidity.withValidityPeriod(ValidityPeriod validityPeriod)
Information describing the end of the validity period of the certificate.
|
Copyright © 2025. All rights reserved.