| Package | Description |
|---|---|
| com.amazonaws.services.acmpca.model |
| Modifier and Type | Method and Description |
|---|---|
Validity |
Validity.clone() |
Validity |
IssueCertificateRequest.getValidity()
The type of the validity period.
|
Validity |
Validity.withType(String type)
Specifies whether the
Value parameter represents days, months, or years. |
Validity |
Validity.withType(ValidityPeriodType type)
Specifies whether the
Value parameter represents days, months, or years. |
Validity |
Validity.withValue(Long value)
Time period.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IssueCertificateRequest.setValidity(Validity validity)
The type of the validity period.
|
IssueCertificateRequest |
IssueCertificateRequest.withValidity(Validity validity)
The type of the validity period.
|
Copyright © 2020. All rights reserved.