Uses of Class
software.amazon.awssdk.services.comprehend.model.StartSentimentDetectionJobResponse
-
Packages that use StartSentimentDetectionJobResponse 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 StartSentimentDetectionJobResponse in software.amazon.awssdk.services.comprehend
Methods in software.amazon.awssdk.services.comprehend that return StartSentimentDetectionJobResponse Modifier and Type Method Description default StartSentimentDetectionJobResponseComprehendClient. startSentimentDetectionJob(Consumer<StartSentimentDetectionJobRequest.Builder> startSentimentDetectionJobRequest)Starts an asynchronous sentiment detection job for a collection of documents.default StartSentimentDetectionJobResponseComprehendClient. startSentimentDetectionJob(StartSentimentDetectionJobRequest startSentimentDetectionJobRequest)Starts an asynchronous sentiment detection job for a collection of documents.Methods in software.amazon.awssdk.services.comprehend that return types with arguments of type StartSentimentDetectionJobResponse Modifier and Type Method Description default CompletableFuture<StartSentimentDetectionJobResponse>ComprehendAsyncClient. startSentimentDetectionJob(Consumer<StartSentimentDetectionJobRequest.Builder> startSentimentDetectionJobRequest)Starts an asynchronous sentiment detection job for a collection of documents.default CompletableFuture<StartSentimentDetectionJobResponse>ComprehendAsyncClient. startSentimentDetectionJob(StartSentimentDetectionJobRequest startSentimentDetectionJobRequest)Starts an asynchronous sentiment detection job for a collection of documents.
-