Uses of Class
software.amazon.awssdk.services.acmpca.model.RestoreCertificateAuthorityResponse
-
Packages that use RestoreCertificateAuthorityResponse Package Description software.amazon.awssdk.services.acmpca This is the Amazon Web Services Private Certificate Authority API Reference. -
-
Uses of RestoreCertificateAuthorityResponse in software.amazon.awssdk.services.acmpca
Methods in software.amazon.awssdk.services.acmpca that return RestoreCertificateAuthorityResponse Modifier and Type Method Description default RestoreCertificateAuthorityResponseAcmPcaClient. restoreCertificateAuthority(Consumer<RestoreCertificateAuthorityRequest.Builder> restoreCertificateAuthorityRequest)Restores a certificate authority (CA) that is in theDELETEDstate.default RestoreCertificateAuthorityResponseAcmPcaClient. restoreCertificateAuthority(RestoreCertificateAuthorityRequest restoreCertificateAuthorityRequest)Restores a certificate authority (CA) that is in theDELETEDstate.Methods in software.amazon.awssdk.services.acmpca that return types with arguments of type RestoreCertificateAuthorityResponse Modifier and Type Method Description default CompletableFuture<RestoreCertificateAuthorityResponse>AcmPcaAsyncClient. restoreCertificateAuthority(Consumer<RestoreCertificateAuthorityRequest.Builder> restoreCertificateAuthorityRequest)Restores a certificate authority (CA) that is in theDELETEDstate.default CompletableFuture<RestoreCertificateAuthorityResponse>AcmPcaAsyncClient. restoreCertificateAuthority(RestoreCertificateAuthorityRequest restoreCertificateAuthorityRequest)Restores a certificate authority (CA) that is in theDELETEDstate.
-