Uses of Class
software.amazon.awssdk.services.comprehend.model.ListSentimentDetectionJobsResponse
-
Packages that use ListSentimentDetectionJobsResponse 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 ListSentimentDetectionJobsResponse in software.amazon.awssdk.services.comprehend
Methods in software.amazon.awssdk.services.comprehend that return ListSentimentDetectionJobsResponse Modifier and Type Method Description default ListSentimentDetectionJobsResponseComprehendClient. listSentimentDetectionJobs()Gets a list of sentiment detection jobs that you have submitted.default ListSentimentDetectionJobsResponseComprehendClient. listSentimentDetectionJobs(Consumer<ListSentimentDetectionJobsRequest.Builder> listSentimentDetectionJobsRequest)Gets a list of sentiment detection jobs that you have submitted.default ListSentimentDetectionJobsResponseComprehendClient. listSentimentDetectionJobs(ListSentimentDetectionJobsRequest listSentimentDetectionJobsRequest)Gets a list of sentiment detection jobs that you have submitted.Methods in software.amazon.awssdk.services.comprehend that return types with arguments of type ListSentimentDetectionJobsResponse Modifier and Type Method Description default CompletableFuture<ListSentimentDetectionJobsResponse>ComprehendAsyncClient. listSentimentDetectionJobs()Gets a list of sentiment detection jobs that you have submitted.default CompletableFuture<ListSentimentDetectionJobsResponse>ComprehendAsyncClient. listSentimentDetectionJobs(Consumer<ListSentimentDetectionJobsRequest.Builder> listSentimentDetectionJobsRequest)Gets a list of sentiment detection jobs that you have submitted.default CompletableFuture<ListSentimentDetectionJobsResponse>ComprehendAsyncClient. listSentimentDetectionJobs(ListSentimentDetectionJobsRequest listSentimentDetectionJobsRequest)Gets a list of sentiment detection jobs that you have submitted. -
Uses of ListSentimentDetectionJobsResponse in software.amazon.awssdk.services.comprehend.paginators
Methods in software.amazon.awssdk.services.comprehend.paginators that return types with arguments of type ListSentimentDetectionJobsResponse Modifier and Type Method Description Iterator<ListSentimentDetectionJobsResponse>ListSentimentDetectionJobsIterable. iterator()Method parameters in software.amazon.awssdk.services.comprehend.paginators with type arguments of type ListSentimentDetectionJobsResponse Modifier and Type Method Description voidListSentimentDetectionJobsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListSentimentDetectionJobsResponse> subscriber)
-