| Package | Description |
|---|---|
| com.amazonaws.services.acmpca.model |
| Modifier and Type | Method and Description |
|---|---|
Validity |
Validity.clone() |
Validity |
IssueCertificateRequest.getValidity()
Information describing the end of the validity period of the certificate.
|
Validity |
IssueCertificateRequest.getValidityNotBefore()
Information describing the start of the validity period of the certificate.
|
Validity |
Validity.withType(String type)
Determines how Amazon Web Services Private CA interprets the
Value parameter, an integer. |
Validity |
Validity.withType(ValidityPeriodType type)
Determines how Amazon Web Services Private CA interprets the
Value parameter, an integer. |
Validity |
Validity.withValue(Long value)
A long integer interpreted according to the value of
Type, below. |
| Modifier and Type | Method and Description |
|---|---|
void |
IssueCertificateRequest.setValidity(Validity validity)
Information describing the end of the validity period of the certificate.
|
void |
IssueCertificateRequest.setValidityNotBefore(Validity validityNotBefore)
Information describing the start of the validity period of the certificate.
|
IssueCertificateRequest |
IssueCertificateRequest.withValidity(Validity validity)
Information describing the end of the validity period of the certificate.
|
IssueCertificateRequest |
IssueCertificateRequest.withValidityNotBefore(Validity validityNotBefore)
Information describing the start of the validity period of the certificate.
|
Copyright © 2024. All rights reserved.