Uses of Class
software.amazon.awssdk.services.comprehend.model.ListKeyPhrasesDetectionJobsResponse
-
Packages that use ListKeyPhrasesDetectionJobsResponse 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 ListKeyPhrasesDetectionJobsResponse in software.amazon.awssdk.services.comprehend
Methods in software.amazon.awssdk.services.comprehend that return ListKeyPhrasesDetectionJobsResponse Modifier and Type Method Description default ListKeyPhrasesDetectionJobsResponseComprehendClient. listKeyPhrasesDetectionJobs()Get a list of key phrase detection jobs that you have submitted.default ListKeyPhrasesDetectionJobsResponseComprehendClient. listKeyPhrasesDetectionJobs(Consumer<ListKeyPhrasesDetectionJobsRequest.Builder> 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.Methods in software.amazon.awssdk.services.comprehend that return types with arguments of type ListKeyPhrasesDetectionJobsResponse Modifier and Type Method Description default CompletableFuture<ListKeyPhrasesDetectionJobsResponse>ComprehendAsyncClient. listKeyPhrasesDetectionJobs()Get a list of key phrase detection jobs that you have submitted.default CompletableFuture<ListKeyPhrasesDetectionJobsResponse>ComprehendAsyncClient. listKeyPhrasesDetectionJobs(Consumer<ListKeyPhrasesDetectionJobsRequest.Builder> listKeyPhrasesDetectionJobsRequest)Get a list of key phrase detection jobs that you have submitted.default CompletableFuture<ListKeyPhrasesDetectionJobsResponse>ComprehendAsyncClient. listKeyPhrasesDetectionJobs(ListKeyPhrasesDetectionJobsRequest listKeyPhrasesDetectionJobsRequest)Get a list of key phrase detection jobs that you have submitted. -
Uses of ListKeyPhrasesDetectionJobsResponse in software.amazon.awssdk.services.comprehend.paginators
Methods in software.amazon.awssdk.services.comprehend.paginators that return types with arguments of type ListKeyPhrasesDetectionJobsResponse Modifier and Type Method Description Iterator<ListKeyPhrasesDetectionJobsResponse>ListKeyPhrasesDetectionJobsIterable. iterator()Method parameters in software.amazon.awssdk.services.comprehend.paginators with type arguments of type ListKeyPhrasesDetectionJobsResponse Modifier and Type Method Description voidListKeyPhrasesDetectionJobsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListKeyPhrasesDetectionJobsResponse> subscriber)
-