Uses of Interface
software.amazon.awssdk.services.comprehend.model.DescribeSentimentDetectionJobResponse.Builder
-
Packages that use DescribeSentimentDetectionJobResponse.Builder Package Description software.amazon.awssdk.services.comprehend.model -
-
Uses of DescribeSentimentDetectionJobResponse.Builder in software.amazon.awssdk.services.comprehend.model
Methods in software.amazon.awssdk.services.comprehend.model that return DescribeSentimentDetectionJobResponse.Builder Modifier and Type Method Description static DescribeSentimentDetectionJobResponse.BuilderDescribeSentimentDetectionJobResponse. builder()default DescribeSentimentDetectionJobResponse.BuilderDescribeSentimentDetectionJobResponse.Builder. sentimentDetectionJobProperties(Consumer<SentimentDetectionJobProperties.Builder> sentimentDetectionJobProperties)An object that contains the properties associated with a sentiment detection job.DescribeSentimentDetectionJobResponse.BuilderDescribeSentimentDetectionJobResponse.Builder. sentimentDetectionJobProperties(SentimentDetectionJobProperties sentimentDetectionJobProperties)An object that contains the properties associated with a sentiment detection job.DescribeSentimentDetectionJobResponse.BuilderDescribeSentimentDetectionJobResponse. toBuilder()Methods in software.amazon.awssdk.services.comprehend.model that return types with arguments of type DescribeSentimentDetectionJobResponse.Builder Modifier and Type Method Description static Class<? extends DescribeSentimentDetectionJobResponse.Builder>DescribeSentimentDetectionJobResponse. serializableBuilderClass()
-