Uses of Class
software.amazon.awssdk.services.comprehend.model.DescribeEventsDetectionJobRequest
-
Packages that use DescribeEventsDetectionJobRequest 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 DescribeEventsDetectionJobRequest in software.amazon.awssdk.services.comprehend
Methods in software.amazon.awssdk.services.comprehend with parameters of type DescribeEventsDetectionJobRequest Modifier and Type Method Description default CompletableFuture<DescribeEventsDetectionJobResponse>ComprehendAsyncClient. describeEventsDetectionJob(DescribeEventsDetectionJobRequest 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. -
Uses of DescribeEventsDetectionJobRequest in software.amazon.awssdk.services.comprehend.transform
Methods in software.amazon.awssdk.services.comprehend.transform with parameters of type DescribeEventsDetectionJobRequest Modifier and Type Method Description SdkHttpFullRequestDescribeEventsDetectionJobRequestMarshaller. marshall(DescribeEventsDetectionJobRequest describeEventsDetectionJobRequest)
-