Uses of Class
software.amazon.awssdk.services.acm.model.ImportCertificateResponse
-
Packages that use ImportCertificateResponse Package Description software.amazon.awssdk.services.acm Certificate Manager -
-
Uses of ImportCertificateResponse in software.amazon.awssdk.services.acm
Methods in software.amazon.awssdk.services.acm that return ImportCertificateResponse Modifier and Type Method Description default ImportCertificateResponseAcmClient. importCertificate(Consumer<ImportCertificateRequest.Builder> importCertificateRequest)Imports a certificate into Certificate Manager (ACM) to use with services that are integrated with ACM.default ImportCertificateResponseAcmClient. importCertificate(ImportCertificateRequest importCertificateRequest)Imports a certificate into Certificate Manager (ACM) to use with services that are integrated with ACM.Methods in software.amazon.awssdk.services.acm that return types with arguments of type ImportCertificateResponse Modifier and Type Method Description default CompletableFuture<ImportCertificateResponse>AcmAsyncClient. importCertificate(Consumer<ImportCertificateRequest.Builder> importCertificateRequest)Imports a certificate into Certificate Manager (ACM) to use with services that are integrated with ACM.default CompletableFuture<ImportCertificateResponse>AcmAsyncClient. importCertificate(ImportCertificateRequest importCertificateRequest)Imports a certificate into Certificate Manager (ACM) to use with services that are integrated with ACM.
-