Uses of Class
software.amazon.awssdk.services.acmpca.model.CrlConfiguration
-
Packages that use CrlConfiguration Package Description software.amazon.awssdk.services.acmpca.model -
-
Uses of CrlConfiguration in software.amazon.awssdk.services.acmpca.model
Methods in software.amazon.awssdk.services.acmpca.model that return CrlConfiguration Modifier and Type Method Description CrlConfigurationRevocationConfiguration. crlConfiguration()Configuration of the certificate revocation list (CRL), if any, maintained by your private CA.Methods in software.amazon.awssdk.services.acmpca.model with parameters of type CrlConfiguration Modifier and Type Method Description RevocationConfiguration.BuilderRevocationConfiguration.Builder. crlConfiguration(CrlConfiguration crlConfiguration)Configuration of the certificate revocation list (CRL), if any, maintained by your private CA.
-