Uses of Class
software.amazon.awssdk.services.comprehend.model.ListDocumentClassificationJobsResponse
-
Packages that use ListDocumentClassificationJobsResponse Package Description software.amazon.awssdk.services.comprehend Amazon Comprehend is an Amazon Web Services service for gaining insight into the content of documents.software.amazon.awssdk.services.comprehend.paginators -
-
Uses of ListDocumentClassificationJobsResponse in software.amazon.awssdk.services.comprehend
Methods in software.amazon.awssdk.services.comprehend that return ListDocumentClassificationJobsResponse Modifier and Type Method Description default ListDocumentClassificationJobsResponseComprehendClient. listDocumentClassificationJobs()Gets a list of the documentation classification jobs that you have submitted.default ListDocumentClassificationJobsResponseComprehendClient. listDocumentClassificationJobs(Consumer<ListDocumentClassificationJobsRequest.Builder> listDocumentClassificationJobsRequest)Gets a list of the documentation classification jobs that you have submitted.default ListDocumentClassificationJobsResponseComprehendClient. listDocumentClassificationJobs(ListDocumentClassificationJobsRequest listDocumentClassificationJobsRequest)Gets a list of the documentation classification jobs that you have submitted.Methods in software.amazon.awssdk.services.comprehend that return types with arguments of type ListDocumentClassificationJobsResponse Modifier and Type Method Description default CompletableFuture<ListDocumentClassificationJobsResponse>ComprehendAsyncClient. listDocumentClassificationJobs()Gets a list of the documentation classification jobs that you have submitted.default CompletableFuture<ListDocumentClassificationJobsResponse>ComprehendAsyncClient. listDocumentClassificationJobs(Consumer<ListDocumentClassificationJobsRequest.Builder> listDocumentClassificationJobsRequest)Gets a list of the documentation classification jobs that you have submitted.default CompletableFuture<ListDocumentClassificationJobsResponse>ComprehendAsyncClient. listDocumentClassificationJobs(ListDocumentClassificationJobsRequest listDocumentClassificationJobsRequest)Gets a list of the documentation classification jobs that you have submitted. -
Uses of ListDocumentClassificationJobsResponse in software.amazon.awssdk.services.comprehend.paginators
Methods in software.amazon.awssdk.services.comprehend.paginators that return types with arguments of type ListDocumentClassificationJobsResponse Modifier and Type Method Description Iterator<ListDocumentClassificationJobsResponse>ListDocumentClassificationJobsIterable. iterator()Method parameters in software.amazon.awssdk.services.comprehend.paginators with type arguments of type ListDocumentClassificationJobsResponse Modifier and Type Method Description voidListDocumentClassificationJobsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListDocumentClassificationJobsResponse> subscriber)
-