Uses of Class
software.amazon.awssdk.services.comprehend.model.ListKeyPhrasesDetectionJobsRequest
-
Packages that use ListKeyPhrasesDetectionJobsRequest 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 ListKeyPhrasesDetectionJobsRequest in software.amazon.awssdk.services.comprehend
Methods in software.amazon.awssdk.services.comprehend with parameters of type ListKeyPhrasesDetectionJobsRequest Modifier and Type Method Description default CompletableFuture<ListKeyPhrasesDetectionJobsResponse>ComprehendAsyncClient. listKeyPhrasesDetectionJobs(ListKeyPhrasesDetectionJobsRequest listKeyPhrasesDetectionJobsRequest)Get a list of key phrase detection jobs that you have submitted.default ListKeyPhrasesDetectionJobsResponseComprehendClient. listKeyPhrasesDetectionJobs(ListKeyPhrasesDetectionJobsRequest listKeyPhrasesDetectionJobsRequest)Get a list of key phrase detection jobs that you have submitted.default ListKeyPhrasesDetectionJobsPublisherComprehendAsyncClient. listKeyPhrasesDetectionJobsPaginator(ListKeyPhrasesDetectionJobsRequest listKeyPhrasesDetectionJobsRequest)default ListKeyPhrasesDetectionJobsIterableComprehendClient. listKeyPhrasesDetectionJobsPaginator(ListKeyPhrasesDetectionJobsRequest listKeyPhrasesDetectionJobsRequest) -
Uses of ListKeyPhrasesDetectionJobsRequest in software.amazon.awssdk.services.comprehend.paginators
Constructors in software.amazon.awssdk.services.comprehend.paginators with parameters of type ListKeyPhrasesDetectionJobsRequest Constructor Description ListKeyPhrasesDetectionJobsIterable(ComprehendClient client, ListKeyPhrasesDetectionJobsRequest firstRequest)ListKeyPhrasesDetectionJobsPublisher(ComprehendAsyncClient client, ListKeyPhrasesDetectionJobsRequest firstRequest) -
Uses of ListKeyPhrasesDetectionJobsRequest in software.amazon.awssdk.services.comprehend.transform
Methods in software.amazon.awssdk.services.comprehend.transform with parameters of type ListKeyPhrasesDetectionJobsRequest Modifier and Type Method Description SdkHttpFullRequestListKeyPhrasesDetectionJobsRequestMarshaller. marshall(ListKeyPhrasesDetectionJobsRequest listKeyPhrasesDetectionJobsRequest)
-