Uses of Class
software.amazon.awssdk.services.comprehend.model.StartSentimentDetectionJobRequest
-
Packages that use StartSentimentDetectionJobRequest 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.transform -
-
Uses of StartSentimentDetectionJobRequest in software.amazon.awssdk.services.comprehend
Methods in software.amazon.awssdk.services.comprehend with parameters of type StartSentimentDetectionJobRequest Modifier and Type Method Description default CompletableFuture<StartSentimentDetectionJobResponse>ComprehendAsyncClient. startSentimentDetectionJob(StartSentimentDetectionJobRequest 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. -
Uses of StartSentimentDetectionJobRequest in software.amazon.awssdk.services.comprehend.transform
Methods in software.amazon.awssdk.services.comprehend.transform with parameters of type StartSentimentDetectionJobRequest Modifier and Type Method Description SdkHttpFullRequestStartSentimentDetectionJobRequestMarshaller. marshall(StartSentimentDetectionJobRequest startSentimentDetectionJobRequest)
-