Uses of Class
software.amazon.awssdk.services.acmpca.model.OcspConfiguration
-
Packages that use OcspConfiguration Package Description software.amazon.awssdk.services.acmpca.model -
-
Uses of OcspConfiguration in software.amazon.awssdk.services.acmpca.model
Methods in software.amazon.awssdk.services.acmpca.model that return OcspConfiguration Modifier and Type Method Description OcspConfigurationRevocationConfiguration. ocspConfiguration()Configuration of Online Certificate Status Protocol (OCSP) support, if any, maintained by your private CA.Methods in software.amazon.awssdk.services.acmpca.model with parameters of type OcspConfiguration Modifier and Type Method Description RevocationConfiguration.BuilderRevocationConfiguration.Builder. ocspConfiguration(OcspConfiguration ocspConfiguration)Configuration of Online Certificate Status Protocol (OCSP) support, if any, maintained by your private CA.
-