Uses of Class
software.amazon.awssdk.services.acmpca.model.CreateCertificateAuthorityAuditReportResponse
-
Packages that use CreateCertificateAuthorityAuditReportResponse Package Description software.amazon.awssdk.services.acmpca This is the Amazon Web Services Private Certificate Authority API Reference. -
-
Uses of CreateCertificateAuthorityAuditReportResponse in software.amazon.awssdk.services.acmpca
Methods in software.amazon.awssdk.services.acmpca that return CreateCertificateAuthorityAuditReportResponse Modifier and Type Method Description default CreateCertificateAuthorityAuditReportResponseAcmPcaClient. createCertificateAuthorityAuditReport(Consumer<CreateCertificateAuthorityAuditReportRequest.Builder> createCertificateAuthorityAuditReportRequest)Creates an audit report that lists every time that your CA private key is used to issue a certificate.default CreateCertificateAuthorityAuditReportResponseAcmPcaClient. createCertificateAuthorityAuditReport(CreateCertificateAuthorityAuditReportRequest createCertificateAuthorityAuditReportRequest)Creates an audit report that lists every time that your CA private key is used to issue a certificate.Methods in software.amazon.awssdk.services.acmpca that return types with arguments of type CreateCertificateAuthorityAuditReportResponse Modifier and Type Method Description default CompletableFuture<CreateCertificateAuthorityAuditReportResponse>AcmPcaAsyncClient. createCertificateAuthorityAuditReport(Consumer<CreateCertificateAuthorityAuditReportRequest.Builder> createCertificateAuthorityAuditReportRequest)Creates an audit report that lists every time that your CA private key is used to issue a certificate.default CompletableFuture<CreateCertificateAuthorityAuditReportResponse>AcmPcaAsyncClient. createCertificateAuthorityAuditReport(CreateCertificateAuthorityAuditReportRequest createCertificateAuthorityAuditReportRequest)Creates an audit report that lists every time that your CA private key is used to issue a certificate.
-