Uses of Class
software.amazon.awssdk.services.acmpca.model.DeleteCertificateAuthorityResponse
-
Packages that use DeleteCertificateAuthorityResponse Package Description software.amazon.awssdk.services.acmpca This is the Amazon Web Services Private Certificate Authority API Reference. -
-
Uses of DeleteCertificateAuthorityResponse in software.amazon.awssdk.services.acmpca
Methods in software.amazon.awssdk.services.acmpca that return DeleteCertificateAuthorityResponse Modifier and Type Method Description default DeleteCertificateAuthorityResponseAcmPcaClient. deleteCertificateAuthority(Consumer<DeleteCertificateAuthorityRequest.Builder> deleteCertificateAuthorityRequest)Deletes a private certificate authority (CA).default DeleteCertificateAuthorityResponseAcmPcaClient. deleteCertificateAuthority(DeleteCertificateAuthorityRequest deleteCertificateAuthorityRequest)Deletes a private certificate authority (CA).Methods in software.amazon.awssdk.services.acmpca that return types with arguments of type DeleteCertificateAuthorityResponse Modifier and Type Method Description default CompletableFuture<DeleteCertificateAuthorityResponse>AcmPcaAsyncClient. deleteCertificateAuthority(Consumer<DeleteCertificateAuthorityRequest.Builder> deleteCertificateAuthorityRequest)Deletes a private certificate authority (CA).default CompletableFuture<DeleteCertificateAuthorityResponse>AcmPcaAsyncClient. deleteCertificateAuthority(DeleteCertificateAuthorityRequest deleteCertificateAuthorityRequest)Deletes a private certificate authority (CA).
-