Uses of Class
software.amazon.awssdk.services.acmpca.model.UpdateCertificateAuthorityResponse
-
Packages that use UpdateCertificateAuthorityResponse Package Description software.amazon.awssdk.services.acmpca This is the Amazon Web Services Private Certificate Authority API Reference. -
-
Uses of UpdateCertificateAuthorityResponse in software.amazon.awssdk.services.acmpca
Methods in software.amazon.awssdk.services.acmpca that return UpdateCertificateAuthorityResponse Modifier and Type Method Description default UpdateCertificateAuthorityResponseAcmPcaClient. updateCertificateAuthority(Consumer<UpdateCertificateAuthorityRequest.Builder> updateCertificateAuthorityRequest)Updates the status or configuration of a private certificate authority (CA).default UpdateCertificateAuthorityResponseAcmPcaClient. updateCertificateAuthority(UpdateCertificateAuthorityRequest updateCertificateAuthorityRequest)Updates the status or configuration of a private certificate authority (CA).Methods in software.amazon.awssdk.services.acmpca that return types with arguments of type UpdateCertificateAuthorityResponse Modifier and Type Method Description default CompletableFuture<UpdateCertificateAuthorityResponse>AcmPcaAsyncClient. updateCertificateAuthority(Consumer<UpdateCertificateAuthorityRequest.Builder> updateCertificateAuthorityRequest)Updates the status or configuration of a private certificate authority (CA).default CompletableFuture<UpdateCertificateAuthorityResponse>AcmPcaAsyncClient. updateCertificateAuthority(UpdateCertificateAuthorityRequest updateCertificateAuthorityRequest)Updates the status or configuration of a private certificate authority (CA).
-