Uses of Class
software.amazon.awssdk.services.comprehend.model.DescribeEventsDetectionJobResponse
-
Packages that use DescribeEventsDetectionJobResponse 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 DescribeEventsDetectionJobResponse in software.amazon.awssdk.services.comprehend
Methods in software.amazon.awssdk.services.comprehend that return DescribeEventsDetectionJobResponse Modifier and Type Method Description default DescribeEventsDetectionJobResponseComprehendClient. describeEventsDetectionJob(Consumer<DescribeEventsDetectionJobRequest.Builder> describeEventsDetectionJobRequest)Gets the status and details of an events detection job.default DescribeEventsDetectionJobResponseComprehendClient. describeEventsDetectionJob(DescribeEventsDetectionJobRequest describeEventsDetectionJobRequest)Gets the status and details of an events detection job.Methods in software.amazon.awssdk.services.comprehend that return types with arguments of type DescribeEventsDetectionJobResponse Modifier and Type Method Description default CompletableFuture<DescribeEventsDetectionJobResponse>ComprehendAsyncClient. describeEventsDetectionJob(Consumer<DescribeEventsDetectionJobRequest.Builder> describeEventsDetectionJobRequest)Gets the status and details of an events detection job.default CompletableFuture<DescribeEventsDetectionJobResponse>ComprehendAsyncClient. describeEventsDetectionJob(DescribeEventsDetectionJobRequest describeEventsDetectionJobRequest)Gets the status and details of an events detection job.
-