Uses of Class
software.amazon.awssdk.services.comprehend.model.DescribeTopicsDetectionJobResponse
-
Packages that use DescribeTopicsDetectionJobResponse Package Description software.amazon.awssdk.services.comprehend Amazon Comprehend is an Amazon Web Services service for gaining insight into the content of documents. -
-
Uses of DescribeTopicsDetectionJobResponse in software.amazon.awssdk.services.comprehend
Methods in software.amazon.awssdk.services.comprehend that return DescribeTopicsDetectionJobResponse Modifier and Type Method Description default DescribeTopicsDetectionJobResponseComprehendClient. describeTopicsDetectionJob(Consumer<DescribeTopicsDetectionJobRequest.Builder> describeTopicsDetectionJobRequest)Gets the properties associated with a topic detection job.default DescribeTopicsDetectionJobResponseComprehendClient. describeTopicsDetectionJob(DescribeTopicsDetectionJobRequest describeTopicsDetectionJobRequest)Gets the properties associated with a topic detection job.Methods in software.amazon.awssdk.services.comprehend that return types with arguments of type DescribeTopicsDetectionJobResponse Modifier and Type Method Description default CompletableFuture<DescribeTopicsDetectionJobResponse>ComprehendAsyncClient. describeTopicsDetectionJob(Consumer<DescribeTopicsDetectionJobRequest.Builder> describeTopicsDetectionJobRequest)Gets the properties associated with a topic detection job.default CompletableFuture<DescribeTopicsDetectionJobResponse>ComprehendAsyncClient. describeTopicsDetectionJob(DescribeTopicsDetectionJobRequest describeTopicsDetectionJobRequest)Gets the properties associated with a topic detection job.
-