Uses of Class
software.amazon.awssdk.services.comprehend.model.ListTopicsDetectionJobsResponse
-
Packages that use ListTopicsDetectionJobsResponse 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 ListTopicsDetectionJobsResponse in software.amazon.awssdk.services.comprehend
Methods in software.amazon.awssdk.services.comprehend that return ListTopicsDetectionJobsResponse Modifier and Type Method Description default ListTopicsDetectionJobsResponseComprehendClient. listTopicsDetectionJobs()Gets a list of the topic detection jobs that you have submitted.default ListTopicsDetectionJobsResponseComprehendClient. listTopicsDetectionJobs(Consumer<ListTopicsDetectionJobsRequest.Builder> listTopicsDetectionJobsRequest)Gets a list of the topic detection jobs that you have submitted.default ListTopicsDetectionJobsResponseComprehendClient. listTopicsDetectionJobs(ListTopicsDetectionJobsRequest listTopicsDetectionJobsRequest)Gets a list of the topic detection jobs that you have submitted.Methods in software.amazon.awssdk.services.comprehend that return types with arguments of type ListTopicsDetectionJobsResponse Modifier and Type Method Description default CompletableFuture<ListTopicsDetectionJobsResponse>ComprehendAsyncClient. listTopicsDetectionJobs()Gets a list of the topic detection jobs that you have submitted.default CompletableFuture<ListTopicsDetectionJobsResponse>ComprehendAsyncClient. listTopicsDetectionJobs(Consumer<ListTopicsDetectionJobsRequest.Builder> listTopicsDetectionJobsRequest)Gets a list of the topic detection jobs that you have submitted.default CompletableFuture<ListTopicsDetectionJobsResponse>ComprehendAsyncClient. listTopicsDetectionJobs(ListTopicsDetectionJobsRequest listTopicsDetectionJobsRequest)Gets a list of the topic detection jobs that you have submitted. -
Uses of ListTopicsDetectionJobsResponse in software.amazon.awssdk.services.comprehend.paginators
Methods in software.amazon.awssdk.services.comprehend.paginators that return types with arguments of type ListTopicsDetectionJobsResponse Modifier and Type Method Description Iterator<ListTopicsDetectionJobsResponse>ListTopicsDetectionJobsIterable. iterator()Method parameters in software.amazon.awssdk.services.comprehend.paginators with type arguments of type ListTopicsDetectionJobsResponse Modifier and Type Method Description voidListTopicsDetectionJobsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListTopicsDetectionJobsResponse> subscriber)
-