Uses of Class
software.amazon.awssdk.services.acmpca.model.RestoreCertificateAuthorityRequest
-
Packages that use RestoreCertificateAuthorityRequest 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 RestoreCertificateAuthorityRequest in software.amazon.awssdk.services.acmpca
Methods in software.amazon.awssdk.services.acmpca with parameters of type RestoreCertificateAuthorityRequest Modifier and Type Method Description default CompletableFuture<RestoreCertificateAuthorityResponse>AcmPcaAsyncClient. restoreCertificateAuthority(RestoreCertificateAuthorityRequest restoreCertificateAuthorityRequest)Restores a certificate authority (CA) that is in theDELETEDstate.default RestoreCertificateAuthorityResponseAcmPcaClient. restoreCertificateAuthority(RestoreCertificateAuthorityRequest restoreCertificateAuthorityRequest)Restores a certificate authority (CA) that is in theDELETEDstate. -
Uses of RestoreCertificateAuthorityRequest in software.amazon.awssdk.services.acmpca.transform
Methods in software.amazon.awssdk.services.acmpca.transform with parameters of type RestoreCertificateAuthorityRequest Modifier and Type Method Description SdkHttpFullRequestRestoreCertificateAuthorityRequestMarshaller. marshall(RestoreCertificateAuthorityRequest restoreCertificateAuthorityRequest)
-