Uses of Class
software.amazon.awssdk.services.acmpca.model.CreateCertificateAuthorityRequest
-
Packages that use CreateCertificateAuthorityRequest 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 CreateCertificateAuthorityRequest in software.amazon.awssdk.services.acmpca
Methods in software.amazon.awssdk.services.acmpca with parameters of type CreateCertificateAuthorityRequest Modifier and Type Method Description default CompletableFuture<CreateCertificateAuthorityResponse>AcmPcaAsyncClient. createCertificateAuthority(CreateCertificateAuthorityRequest createCertificateAuthorityRequest)Creates a root or subordinate private certificate authority (CA).default CreateCertificateAuthorityResponseAcmPcaClient. createCertificateAuthority(CreateCertificateAuthorityRequest createCertificateAuthorityRequest)Creates a root or subordinate private certificate authority (CA). -
Uses of CreateCertificateAuthorityRequest in software.amazon.awssdk.services.acmpca.transform
Methods in software.amazon.awssdk.services.acmpca.transform with parameters of type CreateCertificateAuthorityRequest Modifier and Type Method Description SdkHttpFullRequestCreateCertificateAuthorityRequestMarshaller. marshall(CreateCertificateAuthorityRequest createCertificateAuthorityRequest)
-