Uses of Class
software.amazon.awssdk.services.acmpca.model.CreateCertificateAuthorityResponse
-
Packages that use CreateCertificateAuthorityResponse Package Description software.amazon.awssdk.services.acmpca This is the Amazon Web Services Private Certificate Authority API Reference. -
-
Uses of CreateCertificateAuthorityResponse in software.amazon.awssdk.services.acmpca
Methods in software.amazon.awssdk.services.acmpca that return CreateCertificateAuthorityResponse Modifier and Type Method Description default CreateCertificateAuthorityResponseAcmPcaClient. createCertificateAuthority(Consumer<CreateCertificateAuthorityRequest.Builder> createCertificateAuthorityRequest)Creates a root or subordinate private certificate authority (CA).default CreateCertificateAuthorityResponseAcmPcaClient. createCertificateAuthority(CreateCertificateAuthorityRequest createCertificateAuthorityRequest)Creates a root or subordinate private certificate authority (CA).Methods in software.amazon.awssdk.services.acmpca that return types with arguments of type CreateCertificateAuthorityResponse Modifier and Type Method Description default CompletableFuture<CreateCertificateAuthorityResponse>AcmPcaAsyncClient. createCertificateAuthority(Consumer<CreateCertificateAuthorityRequest.Builder> createCertificateAuthorityRequest)Creates a root or subordinate private certificate authority (CA).default CompletableFuture<CreateCertificateAuthorityResponse>AcmPcaAsyncClient. createCertificateAuthority(CreateCertificateAuthorityRequest createCertificateAuthorityRequest)Creates a root or subordinate private certificate authority (CA).
-