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