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