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