Uses of Class
software.amazon.awssdk.services.acmpca.model.DescribeCertificateAuthorityRequest
-
Packages that use DescribeCertificateAuthorityRequest 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 DescribeCertificateAuthorityRequest in software.amazon.awssdk.services.acmpca
Methods in software.amazon.awssdk.services.acmpca with parameters of type DescribeCertificateAuthorityRequest Modifier and Type Method Description default CompletableFuture<DescribeCertificateAuthorityResponse>AcmPcaAsyncClient. describeCertificateAuthority(DescribeCertificateAuthorityRequest 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. -
Uses of DescribeCertificateAuthorityRequest in software.amazon.awssdk.services.acmpca.transform
Methods in software.amazon.awssdk.services.acmpca.transform with parameters of type DescribeCertificateAuthorityRequest Modifier and Type Method Description SdkHttpFullRequestDescribeCertificateAuthorityRequestMarshaller. marshall(DescribeCertificateAuthorityRequest describeCertificateAuthorityRequest)
-