Uses of Class
software.amazon.awssdk.services.comprehend.model.StartEventsDetectionJobResponse
-
Packages that use StartEventsDetectionJobResponse 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 StartEventsDetectionJobResponse in software.amazon.awssdk.services.comprehend
Methods in software.amazon.awssdk.services.comprehend that return StartEventsDetectionJobResponse Modifier and Type Method Description default StartEventsDetectionJobResponseComprehendClient. startEventsDetectionJob(Consumer<StartEventsDetectionJobRequest.Builder> startEventsDetectionJobRequest)Starts an asynchronous event detection job for a collection of documents.default StartEventsDetectionJobResponseComprehendClient. startEventsDetectionJob(StartEventsDetectionJobRequest startEventsDetectionJobRequest)Starts an asynchronous event detection job for a collection of documents.Methods in software.amazon.awssdk.services.comprehend that return types with arguments of type StartEventsDetectionJobResponse Modifier and Type Method Description default CompletableFuture<StartEventsDetectionJobResponse>ComprehendAsyncClient. startEventsDetectionJob(Consumer<StartEventsDetectionJobRequest.Builder> startEventsDetectionJobRequest)Starts an asynchronous event detection job for a collection of documents.default CompletableFuture<StartEventsDetectionJobResponse>ComprehendAsyncClient. startEventsDetectionJob(StartEventsDetectionJobRequest startEventsDetectionJobRequest)Starts an asynchronous event detection job for a collection of documents.
-