Uses of Class
software.amazon.awssdk.services.comprehend.model.StartTargetedSentimentDetectionJobResponse
-
Packages that use StartTargetedSentimentDetectionJobResponse Package Description software.amazon.awssdk.services.comprehend Amazon Comprehend is an Amazon Web Services service for gaining insight into the content of documents. -
-
Uses of StartTargetedSentimentDetectionJobResponse in software.amazon.awssdk.services.comprehend
Methods in software.amazon.awssdk.services.comprehend that return StartTargetedSentimentDetectionJobResponse Modifier and Type Method Description default StartTargetedSentimentDetectionJobResponseComprehendClient. startTargetedSentimentDetectionJob(Consumer<StartTargetedSentimentDetectionJobRequest.Builder> startTargetedSentimentDetectionJobRequest)Starts an asynchronous targeted sentiment detection job for a collection of documents.default StartTargetedSentimentDetectionJobResponseComprehendClient. startTargetedSentimentDetectionJob(StartTargetedSentimentDetectionJobRequest startTargetedSentimentDetectionJobRequest)Starts an asynchronous targeted sentiment detection job for a collection of documents.Methods in software.amazon.awssdk.services.comprehend that return types with arguments of type StartTargetedSentimentDetectionJobResponse Modifier and Type Method Description default CompletableFuture<StartTargetedSentimentDetectionJobResponse>ComprehendAsyncClient. startTargetedSentimentDetectionJob(Consumer<StartTargetedSentimentDetectionJobRequest.Builder> startTargetedSentimentDetectionJobRequest)Starts an asynchronous targeted sentiment detection job for a collection of documents.default CompletableFuture<StartTargetedSentimentDetectionJobResponse>ComprehendAsyncClient. startTargetedSentimentDetectionJob(StartTargetedSentimentDetectionJobRequest startTargetedSentimentDetectionJobRequest)Starts an asynchronous targeted sentiment detection job for a collection of documents.
-