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