Uses of Class
software.amazon.awssdk.services.pcaconnectorad.model.ValidityPeriod
-
Packages that use ValidityPeriod Package Description software.amazon.awssdk.services.pcaconnectorad.model -
-
Uses of ValidityPeriod in software.amazon.awssdk.services.pcaconnectorad.model
Methods in software.amazon.awssdk.services.pcaconnectorad.model that return ValidityPeriod Modifier and Type Method Description ValidityPeriodCertificateValidity. renewalPeriod()Renewal period is the period of time before certificate expiration when a new certificate will be requested.ValidityPeriodCertificateValidity. validityPeriod()Information describing the end of the validity period of the certificate.Methods in software.amazon.awssdk.services.pcaconnectorad.model with parameters of type ValidityPeriod Modifier and Type Method Description CertificateValidity.BuilderCertificateValidity.Builder. renewalPeriod(ValidityPeriod renewalPeriod)Renewal period is the period of time before certificate expiration when a new certificate will be requested.CertificateValidity.BuilderCertificateValidity.Builder. validityPeriod(ValidityPeriod validityPeriod)Information describing the end of the validity period of the certificate.
-