Uses of Class
software.amazon.awssdk.services.wisdom.model.GetImportJobResponse
-
Packages that use GetImportJobResponse 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 GetImportJobResponse in software.amazon.awssdk.services.wisdom
Methods in software.amazon.awssdk.services.wisdom that return GetImportJobResponse Modifier and Type Method Description default GetImportJobResponseWisdomClient. getImportJob(Consumer<GetImportJobRequest.Builder> getImportJobRequest)Retrieves the started import job.default GetImportJobResponseWisdomClient. getImportJob(GetImportJobRequest getImportJobRequest)Retrieves the started import job.Methods in software.amazon.awssdk.services.wisdom that return types with arguments of type GetImportJobResponse Modifier and Type Method Description default CompletableFuture<GetImportJobResponse>WisdomAsyncClient. getImportJob(Consumer<GetImportJobRequest.Builder> getImportJobRequest)Retrieves the started import job.default CompletableFuture<GetImportJobResponse>WisdomAsyncClient. getImportJob(GetImportJobRequest getImportJobRequest)Retrieves the started import job.
-