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