Uses of Class
software.amazon.awssdk.services.comprehend.model.DescribeSentimentDetectionJobRequest
-
Packages that use DescribeSentimentDetectionJobRequest 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 DescribeSentimentDetectionJobRequest in software.amazon.awssdk.services.comprehend
Methods in software.amazon.awssdk.services.comprehend with parameters of type DescribeSentimentDetectionJobRequest Modifier and Type Method Description default CompletableFuture<DescribeSentimentDetectionJobResponse>ComprehendAsyncClient. describeSentimentDetectionJob(DescribeSentimentDetectionJobRequest describeSentimentDetectionJobRequest)Gets the properties associated with a sentiment detection job.default DescribeSentimentDetectionJobResponseComprehendClient. describeSentimentDetectionJob(DescribeSentimentDetectionJobRequest describeSentimentDetectionJobRequest)Gets the properties associated with a sentiment detection job. -
Uses of DescribeSentimentDetectionJobRequest in software.amazon.awssdk.services.comprehend.transform
Methods in software.amazon.awssdk.services.comprehend.transform with parameters of type DescribeSentimentDetectionJobRequest Modifier and Type Method Description SdkHttpFullRequestDescribeSentimentDetectionJobRequestMarshaller. marshall(DescribeSentimentDetectionJobRequest describeSentimentDetectionJobRequest)
-