Uses of Class
software.amazon.awssdk.services.acmpca.model.Validity
-
Packages that use Validity Package Description software.amazon.awssdk.services.acmpca.model -
-
Uses of Validity in software.amazon.awssdk.services.acmpca.model
Methods in software.amazon.awssdk.services.acmpca.model that return Validity Modifier and Type Method Description ValidityIssueCertificateRequest. validity()Information describing the end of the validity period of the certificate.ValidityIssueCertificateRequest. validityNotBefore()Information describing the start of the validity period of the certificate.Methods in software.amazon.awssdk.services.acmpca.model with parameters of type Validity Modifier and Type Method Description IssueCertificateRequest.BuilderIssueCertificateRequest.Builder. validity(Validity validity)Information describing the end of the validity period of the certificate.IssueCertificateRequest.BuilderIssueCertificateRequest.Builder. validityNotBefore(Validity validityNotBefore)Information describing the start of the validity period of the certificate.
-