Uses of Class
software.amazon.awssdk.services.comprehend.model.ListDominantLanguageDetectionJobsResponse
-
Packages that use ListDominantLanguageDetectionJobsResponse 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 ListDominantLanguageDetectionJobsResponse in software.amazon.awssdk.services.comprehend
Methods in software.amazon.awssdk.services.comprehend that return ListDominantLanguageDetectionJobsResponse Modifier and Type Method Description default ListDominantLanguageDetectionJobsResponseComprehendClient. listDominantLanguageDetectionJobs()Gets a list of the dominant language detection jobs that you have submitted.default ListDominantLanguageDetectionJobsResponseComprehendClient. listDominantLanguageDetectionJobs(Consumer<ListDominantLanguageDetectionJobsRequest.Builder> listDominantLanguageDetectionJobsRequest)Gets a list of the dominant language detection jobs that you have submitted.default ListDominantLanguageDetectionJobsResponseComprehendClient. listDominantLanguageDetectionJobs(ListDominantLanguageDetectionJobsRequest listDominantLanguageDetectionJobsRequest)Gets a list of the dominant language detection jobs that you have submitted.Methods in software.amazon.awssdk.services.comprehend that return types with arguments of type ListDominantLanguageDetectionJobsResponse Modifier and Type Method Description default CompletableFuture<ListDominantLanguageDetectionJobsResponse>ComprehendAsyncClient. listDominantLanguageDetectionJobs()Gets a list of the dominant language detection jobs that you have submitted.default CompletableFuture<ListDominantLanguageDetectionJobsResponse>ComprehendAsyncClient. listDominantLanguageDetectionJobs(Consumer<ListDominantLanguageDetectionJobsRequest.Builder> listDominantLanguageDetectionJobsRequest)Gets a list of the dominant language detection jobs that you have submitted.default CompletableFuture<ListDominantLanguageDetectionJobsResponse>ComprehendAsyncClient. listDominantLanguageDetectionJobs(ListDominantLanguageDetectionJobsRequest listDominantLanguageDetectionJobsRequest)Gets a list of the dominant language detection jobs that you have submitted. -
Uses of ListDominantLanguageDetectionJobsResponse in software.amazon.awssdk.services.comprehend.paginators
Methods in software.amazon.awssdk.services.comprehend.paginators that return types with arguments of type ListDominantLanguageDetectionJobsResponse Modifier and Type Method Description Iterator<ListDominantLanguageDetectionJobsResponse>ListDominantLanguageDetectionJobsIterable. iterator()Method parameters in software.amazon.awssdk.services.comprehend.paginators with type arguments of type ListDominantLanguageDetectionJobsResponse Modifier and Type Method Description voidListDominantLanguageDetectionJobsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListDominantLanguageDetectionJobsResponse> subscriber)
-