Uses of Class
software.amazon.awssdk.services.acmpca.model.CreateCertificateAuthorityAuditReportRequest
-
Packages that use CreateCertificateAuthorityAuditReportRequest Package Description software.amazon.awssdk.services.acmpca This is the Amazon Web Services Private Certificate Authority API Reference.software.amazon.awssdk.services.acmpca.transform -
-
Uses of CreateCertificateAuthorityAuditReportRequest in software.amazon.awssdk.services.acmpca
Methods in software.amazon.awssdk.services.acmpca with parameters of type CreateCertificateAuthorityAuditReportRequest Modifier and Type Method Description 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.default CreateCertificateAuthorityAuditReportResponseAcmPcaClient. createCertificateAuthorityAuditReport(CreateCertificateAuthorityAuditReportRequest createCertificateAuthorityAuditReportRequest)Creates an audit report that lists every time that your CA private key is used to issue a certificate. -
Uses of CreateCertificateAuthorityAuditReportRequest in software.amazon.awssdk.services.acmpca.transform
Methods in software.amazon.awssdk.services.acmpca.transform with parameters of type CreateCertificateAuthorityAuditReportRequest Modifier and Type Method Description SdkHttpFullRequestCreateCertificateAuthorityAuditReportRequestMarshaller. marshall(CreateCertificateAuthorityAuditReportRequest createCertificateAuthorityAuditReportRequest)
-