Uses of Class
software.amazon.awssdk.services.wisdom.model.DeleteImportJobResponse
-
Packages that use DeleteImportJobResponse Package Description software.amazon.awssdk.services.wisdom Amazon Connect Wisdom delivers agents the information they need to solve customer issues as they're actively speaking with customers. -
-
Uses of DeleteImportJobResponse in software.amazon.awssdk.services.wisdom
Methods in software.amazon.awssdk.services.wisdom that return DeleteImportJobResponse Modifier and Type Method Description default DeleteImportJobResponseWisdomClient. deleteImportJob(Consumer<DeleteImportJobRequest.Builder> deleteImportJobRequest)Deletes the quick response import job.default DeleteImportJobResponseWisdomClient. deleteImportJob(DeleteImportJobRequest deleteImportJobRequest)Deletes the quick response import job.Methods in software.amazon.awssdk.services.wisdom that return types with arguments of type DeleteImportJobResponse Modifier and Type Method Description default CompletableFuture<DeleteImportJobResponse>WisdomAsyncClient. deleteImportJob(Consumer<DeleteImportJobRequest.Builder> deleteImportJobRequest)Deletes the quick response import job.default CompletableFuture<DeleteImportJobResponse>WisdomAsyncClient. deleteImportJob(DeleteImportJobRequest deleteImportJobRequest)Deletes the quick response import job.
-