Uses of Class
software.amazon.awssdk.services.acmpca.model.DescribeCertificateAuthorityResponse
-
Packages that use DescribeCertificateAuthorityResponse Package Description software.amazon.awssdk.services.acmpca This is the Amazon Web Services Private Certificate Authority API Reference. -
-
Uses of DescribeCertificateAuthorityResponse in software.amazon.awssdk.services.acmpca
Methods in software.amazon.awssdk.services.acmpca that return DescribeCertificateAuthorityResponse Modifier and Type Method Description default DescribeCertificateAuthorityResponseAcmPcaClient. describeCertificateAuthority(Consumer<DescribeCertificateAuthorityRequest.Builder> describeCertificateAuthorityRequest)Lists information about your private certificate authority (CA) or one that has been shared with you.default DescribeCertificateAuthorityResponseAcmPcaClient. describeCertificateAuthority(DescribeCertificateAuthorityRequest describeCertificateAuthorityRequest)Lists information about 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 DescribeCertificateAuthorityResponse Modifier and Type Method Description default CompletableFuture<DescribeCertificateAuthorityResponse>AcmPcaAsyncClient. describeCertificateAuthority(Consumer<DescribeCertificateAuthorityRequest.Builder> describeCertificateAuthorityRequest)Lists information about your private certificate authority (CA) or one that has been shared with you.default CompletableFuture<DescribeCertificateAuthorityResponse>AcmPcaAsyncClient. describeCertificateAuthority(DescribeCertificateAuthorityRequest describeCertificateAuthorityRequest)Lists information about your private certificate authority (CA) or one that has been shared with you.
-