Uses of Class
software.amazon.awssdk.services.comprehend.model.DescribeTopicsDetectionJobRequest
-
Packages that use DescribeTopicsDetectionJobRequest 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.transform -
-
Uses of DescribeTopicsDetectionJobRequest in software.amazon.awssdk.services.comprehend
Methods in software.amazon.awssdk.services.comprehend with parameters of type DescribeTopicsDetectionJobRequest Modifier and Type Method Description default CompletableFuture<DescribeTopicsDetectionJobResponse>ComprehendAsyncClient. describeTopicsDetectionJob(DescribeTopicsDetectionJobRequest describeTopicsDetectionJobRequest)Gets the properties associated with a topic detection job.default DescribeTopicsDetectionJobResponseComprehendClient. describeTopicsDetectionJob(DescribeTopicsDetectionJobRequest describeTopicsDetectionJobRequest)Gets the properties associated with a topic detection job. -
Uses of DescribeTopicsDetectionJobRequest in software.amazon.awssdk.services.comprehend.transform
Methods in software.amazon.awssdk.services.comprehend.transform with parameters of type DescribeTopicsDetectionJobRequest Modifier and Type Method Description SdkHttpFullRequestDescribeTopicsDetectionJobRequestMarshaller. marshall(DescribeTopicsDetectionJobRequest describeTopicsDetectionJobRequest)
-