Uses of Class
software.amazon.awssdk.services.comprehend.model.StartTargetedSentimentDetectionJobRequest
-
Packages that use StartTargetedSentimentDetectionJobRequest 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 StartTargetedSentimentDetectionJobRequest in software.amazon.awssdk.services.comprehend
Methods in software.amazon.awssdk.services.comprehend with parameters of type StartTargetedSentimentDetectionJobRequest Modifier and Type Method Description default CompletableFuture<StartTargetedSentimentDetectionJobResponse>ComprehendAsyncClient. startTargetedSentimentDetectionJob(StartTargetedSentimentDetectionJobRequest 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. -
Uses of StartTargetedSentimentDetectionJobRequest in software.amazon.awssdk.services.comprehend.transform
Methods in software.amazon.awssdk.services.comprehend.transform with parameters of type StartTargetedSentimentDetectionJobRequest Modifier and Type Method Description SdkHttpFullRequestStartTargetedSentimentDetectionJobRequestMarshaller. marshall(StartTargetedSentimentDetectionJobRequest startTargetedSentimentDetectionJobRequest)
-