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