Uses of Interface
software.amazon.awssdk.services.comprehend.model.DescribeTopicsDetectionJobRequest.Builder
-
Packages that use DescribeTopicsDetectionJobRequest.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 DescribeTopicsDetectionJobRequest.Builder in software.amazon.awssdk.services.comprehend
Method parameters in software.amazon.awssdk.services.comprehend with type arguments of type DescribeTopicsDetectionJobRequest.Builder Modifier and Type Method Description default CompletableFuture<DescribeTopicsDetectionJobResponse>ComprehendAsyncClient. describeTopicsDetectionJob(Consumer<DescribeTopicsDetectionJobRequest.Builder> describeTopicsDetectionJobRequest)Gets the properties associated with a topic detection job.default DescribeTopicsDetectionJobResponseComprehendClient. describeTopicsDetectionJob(Consumer<DescribeTopicsDetectionJobRequest.Builder> describeTopicsDetectionJobRequest)Gets the properties associated with a topic detection job. -
Uses of DescribeTopicsDetectionJobRequest.Builder in software.amazon.awssdk.services.comprehend.model
Methods in software.amazon.awssdk.services.comprehend.model that return DescribeTopicsDetectionJobRequest.Builder Modifier and Type Method Description static DescribeTopicsDetectionJobRequest.BuilderDescribeTopicsDetectionJobRequest. builder()DescribeTopicsDetectionJobRequest.BuilderDescribeTopicsDetectionJobRequest.Builder. jobId(String jobId)The identifier assigned by the user to the detection job.DescribeTopicsDetectionJobRequest.BuilderDescribeTopicsDetectionJobRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeTopicsDetectionJobRequest.BuilderDescribeTopicsDetectionJobRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DescribeTopicsDetectionJobRequest.BuilderDescribeTopicsDetectionJobRequest. toBuilder()Methods in software.amazon.awssdk.services.comprehend.model that return types with arguments of type DescribeTopicsDetectionJobRequest.Builder Modifier and Type Method Description static Class<? extends DescribeTopicsDetectionJobRequest.Builder>DescribeTopicsDetectionJobRequest. serializableBuilderClass()
-