Uses of Class
software.amazon.awssdk.services.comprehend.model.StopEventsDetectionJobResponse
-
Packages that use StopEventsDetectionJobResponse 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 StopEventsDetectionJobResponse in software.amazon.awssdk.services.comprehend
Methods in software.amazon.awssdk.services.comprehend that return StopEventsDetectionJobResponse Modifier and Type Method Description default StopEventsDetectionJobResponseComprehendClient. stopEventsDetectionJob(Consumer<StopEventsDetectionJobRequest.Builder> stopEventsDetectionJobRequest)Stops an events detection job in progress.default StopEventsDetectionJobResponseComprehendClient. stopEventsDetectionJob(StopEventsDetectionJobRequest stopEventsDetectionJobRequest)Stops an events detection job in progress.Methods in software.amazon.awssdk.services.comprehend that return types with arguments of type StopEventsDetectionJobResponse Modifier and Type Method Description default CompletableFuture<StopEventsDetectionJobResponse>ComprehendAsyncClient. stopEventsDetectionJob(Consumer<StopEventsDetectionJobRequest.Builder> stopEventsDetectionJobRequest)Stops an events detection job in progress.default CompletableFuture<StopEventsDetectionJobResponse>ComprehendAsyncClient. stopEventsDetectionJob(StopEventsDetectionJobRequest stopEventsDetectionJobRequest)Stops an events detection job in progress.
-