Uses of Class
software.amazon.awssdk.services.wisdom.model.ListImportJobsResponse
-
Packages that use ListImportJobsResponse 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.software.amazon.awssdk.services.wisdom.paginators -
-
Uses of ListImportJobsResponse in software.amazon.awssdk.services.wisdom
Methods in software.amazon.awssdk.services.wisdom that return ListImportJobsResponse Modifier and Type Method Description default ListImportJobsResponseWisdomClient. listImportJobs(Consumer<ListImportJobsRequest.Builder> listImportJobsRequest)Lists information about import jobs.default ListImportJobsResponseWisdomClient. listImportJobs(ListImportJobsRequest listImportJobsRequest)Lists information about import jobs.Methods in software.amazon.awssdk.services.wisdom that return types with arguments of type ListImportJobsResponse Modifier and Type Method Description default CompletableFuture<ListImportJobsResponse>WisdomAsyncClient. listImportJobs(Consumer<ListImportJobsRequest.Builder> listImportJobsRequest)Lists information about import jobs.default CompletableFuture<ListImportJobsResponse>WisdomAsyncClient. listImportJobs(ListImportJobsRequest listImportJobsRequest)Lists information about import jobs. -
Uses of ListImportJobsResponse in software.amazon.awssdk.services.wisdom.paginators
Methods in software.amazon.awssdk.services.wisdom.paginators that return types with arguments of type ListImportJobsResponse Modifier and Type Method Description Iterator<ListImportJobsResponse>ListImportJobsIterable. iterator()Method parameters in software.amazon.awssdk.services.wisdom.paginators with type arguments of type ListImportJobsResponse Modifier and Type Method Description voidListImportJobsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListImportJobsResponse> subscriber)
-