Uses of Class
software.amazon.awssdk.services.acmpca.model.GetCertificateAuthorityCertificateResponse
-
Packages that use GetCertificateAuthorityCertificateResponse Package Description software.amazon.awssdk.services.acmpca This is the Amazon Web Services Private Certificate Authority API Reference. -
-
Uses of GetCertificateAuthorityCertificateResponse in software.amazon.awssdk.services.acmpca
Methods in software.amazon.awssdk.services.acmpca that return GetCertificateAuthorityCertificateResponse Modifier and Type Method Description default GetCertificateAuthorityCertificateResponseAcmPcaClient. getCertificateAuthorityCertificate(Consumer<GetCertificateAuthorityCertificateRequest.Builder> getCertificateAuthorityCertificateRequest)Retrieves the certificate and certificate chain for your private certificate authority (CA) or one that has been shared with you.default GetCertificateAuthorityCertificateResponseAcmPcaClient. getCertificateAuthorityCertificate(GetCertificateAuthorityCertificateRequest getCertificateAuthorityCertificateRequest)Retrieves the certificate and certificate chain for your private certificate authority (CA) or one that has been shared with you.Methods in software.amazon.awssdk.services.acmpca that return types with arguments of type GetCertificateAuthorityCertificateResponse Modifier and Type Method Description default CompletableFuture<GetCertificateAuthorityCertificateResponse>AcmPcaAsyncClient. getCertificateAuthorityCertificate(Consumer<GetCertificateAuthorityCertificateRequest.Builder> getCertificateAuthorityCertificateRequest)Retrieves the certificate and certificate chain for your private certificate authority (CA) or one that has been shared with you.default CompletableFuture<GetCertificateAuthorityCertificateResponse>AcmPcaAsyncClient. getCertificateAuthorityCertificate(GetCertificateAuthorityCertificateRequest getCertificateAuthorityCertificateRequest)Retrieves the certificate and certificate chain for your private certificate authority (CA) or one that has been shared with you.
-