Uses of Interface
software.amazon.awssdk.services.comprehend.model.DescribeTargetedSentimentDetectionJobRequest.Builder
-
Packages that use DescribeTargetedSentimentDetectionJobRequest.Builder 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.model -
-
Uses of DescribeTargetedSentimentDetectionJobRequest.Builder in software.amazon.awssdk.services.comprehend
Method parameters in software.amazon.awssdk.services.comprehend with type arguments of type DescribeTargetedSentimentDetectionJobRequest.Builder 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 DescribeTargetedSentimentDetectionJobResponseComprehendClient. describeTargetedSentimentDetectionJob(Consumer<DescribeTargetedSentimentDetectionJobRequest.Builder> describeTargetedSentimentDetectionJobRequest)Gets the properties associated with a targeted sentiment detection job. -
Uses of DescribeTargetedSentimentDetectionJobRequest.Builder in software.amazon.awssdk.services.comprehend.model
Methods in software.amazon.awssdk.services.comprehend.model that return DescribeTargetedSentimentDetectionJobRequest.Builder Modifier and Type Method Description static DescribeTargetedSentimentDetectionJobRequest.BuilderDescribeTargetedSentimentDetectionJobRequest. builder()DescribeTargetedSentimentDetectionJobRequest.BuilderDescribeTargetedSentimentDetectionJobRequest.Builder. jobId(String jobId)The identifier that Amazon Comprehend generated for the job.DescribeTargetedSentimentDetectionJobRequest.BuilderDescribeTargetedSentimentDetectionJobRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeTargetedSentimentDetectionJobRequest.BuilderDescribeTargetedSentimentDetectionJobRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DescribeTargetedSentimentDetectionJobRequest.BuilderDescribeTargetedSentimentDetectionJobRequest. toBuilder()Methods in software.amazon.awssdk.services.comprehend.model that return types with arguments of type DescribeTargetedSentimentDetectionJobRequest.Builder Modifier and Type Method Description static Class<? extends DescribeTargetedSentimentDetectionJobRequest.Builder>DescribeTargetedSentimentDetectionJobRequest. serializableBuilderClass()
-