Uses of Class
software.amazon.awssdk.services.acmpca.model.UpdateCertificateAuthorityRequest
-
Packages that use UpdateCertificateAuthorityRequest 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 UpdateCertificateAuthorityRequest in software.amazon.awssdk.services.acmpca
Methods in software.amazon.awssdk.services.acmpca with parameters of type UpdateCertificateAuthorityRequest Modifier and Type Method Description default CompletableFuture<UpdateCertificateAuthorityResponse>AcmPcaAsyncClient. updateCertificateAuthority(UpdateCertificateAuthorityRequest 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). -
Uses of UpdateCertificateAuthorityRequest in software.amazon.awssdk.services.acmpca.transform
Methods in software.amazon.awssdk.services.acmpca.transform with parameters of type UpdateCertificateAuthorityRequest Modifier and Type Method Description SdkHttpFullRequestUpdateCertificateAuthorityRequestMarshaller. marshall(UpdateCertificateAuthorityRequest updateCertificateAuthorityRequest)
-