| 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 |
|---|---|
StopEventsDetectionJobResult |
AmazonComprehend.stopEventsDetectionJob(StopEventsDetectionJobRequest stopEventsDetectionJobRequest)
Stops an events detection job in progress.
|
StopEventsDetectionJobResult |
AmazonComprehendClient.stopEventsDetectionJob(StopEventsDetectionJobRequest request)
Stops an events detection job in progress.
|
StopEventsDetectionJobResult |
AbstractAmazonComprehend.stopEventsDetectionJob(StopEventsDetectionJobRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<StopEventsDetectionJobResult> |
AbstractAmazonComprehendAsync.stopEventsDetectionJobAsync(StopEventsDetectionJobRequest request,
AsyncHandler<StopEventsDetectionJobRequest,StopEventsDetectionJobResult> asyncHandler) |
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.
|
| Modifier and Type | Method and Description |
|---|---|
StopEventsDetectionJobResult |
StopEventsDetectionJobResult.clone() |
StopEventsDetectionJobResult |
StopEventsDetectionJobResult.withJobId(String jobId)
The identifier of the events detection job to stop.
|
StopEventsDetectionJobResult |
StopEventsDetectionJobResult.withJobStatus(JobStatus jobStatus)
The status of the events detection job.
|
StopEventsDetectionJobResult |
StopEventsDetectionJobResult.withJobStatus(String jobStatus)
The status of the events detection job.
|
Copyright © 2021. All rights reserved.