| Package | Description |
|---|---|
| com.amazonaws.services.comprehend |
Amazon Comprehend is an AWS service for gaining insight into the content of documents.
|
| com.amazonaws.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
Future<StopEventsDetectionJobResult> |
AmazonComprehendAsyncClient.stopEventsDetectionJobAsync(StopEventsDetectionJobRequest request,
AsyncHandler<StopEventsDetectionJobRequest,StopEventsDetectionJobResult> asyncHandler) |
Future<StopEventsDetectionJobResult> |
AmazonComprehendAsync.stopEventsDetectionJobAsync(StopEventsDetectionJobRequest stopEventsDetectionJobRequest,
AsyncHandler<StopEventsDetectionJobRequest,StopEventsDetectionJobResult> asyncHandler)
Stops an events detection job in progress.
|
Future<StopEventsDetectionJobResult> |
AbstractAmazonComprehendAsync.stopEventsDetectionJobAsync(StopEventsDetectionJobRequest request,
AsyncHandler<StopEventsDetectionJobRequest,StopEventsDetectionJobResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
StopEventsDetectionJobRequest |
StopEventsDetectionJobRequest.clone() |
StopEventsDetectionJobRequest |
StopEventsDetectionJobRequest.withJobId(String jobId)
The identifier of the events detection job to stop.
|
Copyright © 2023. All rights reserved.