Uses of Class
software.amazon.awssdk.services.comprehend.model.ListDominantLanguageDetectionJobsRequest
-
Packages that use ListDominantLanguageDetectionJobsRequest 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 software.amazon.awssdk.services.comprehend.transform -
-
Uses of ListDominantLanguageDetectionJobsRequest in software.amazon.awssdk.services.comprehend
Methods in software.amazon.awssdk.services.comprehend with parameters of type ListDominantLanguageDetectionJobsRequest Modifier and Type Method Description default CompletableFuture<ListDominantLanguageDetectionJobsResponse>ComprehendAsyncClient. listDominantLanguageDetectionJobs(ListDominantLanguageDetectionJobsRequest 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.default ListDominantLanguageDetectionJobsPublisherComprehendAsyncClient. listDominantLanguageDetectionJobsPaginator(ListDominantLanguageDetectionJobsRequest listDominantLanguageDetectionJobsRequest)Gets a list of the dominant language detection jobs that you have submitted.default ListDominantLanguageDetectionJobsIterableComprehendClient. listDominantLanguageDetectionJobsPaginator(ListDominantLanguageDetectionJobsRequest listDominantLanguageDetectionJobsRequest)Gets a list of the dominant language detection jobs that you have submitted. -
Uses of ListDominantLanguageDetectionJobsRequest in software.amazon.awssdk.services.comprehend.paginators
Constructors in software.amazon.awssdk.services.comprehend.paginators with parameters of type ListDominantLanguageDetectionJobsRequest Constructor Description ListDominantLanguageDetectionJobsIterable(ComprehendClient client, ListDominantLanguageDetectionJobsRequest firstRequest)ListDominantLanguageDetectionJobsPublisher(ComprehendAsyncClient client, ListDominantLanguageDetectionJobsRequest firstRequest) -
Uses of ListDominantLanguageDetectionJobsRequest in software.amazon.awssdk.services.comprehend.transform
Methods in software.amazon.awssdk.services.comprehend.transform with parameters of type ListDominantLanguageDetectionJobsRequest Modifier and Type Method Description SdkHttpFullRequestListDominantLanguageDetectionJobsRequestMarshaller. marshall(ListDominantLanguageDetectionJobsRequest listDominantLanguageDetectionJobsRequest)
-