| 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 |
|---|---|
StopEntitiesDetectionJobResult |
AmazonComprehend.stopEntitiesDetectionJob(StopEntitiesDetectionJobRequest stopEntitiesDetectionJobRequest)
Stops an entities detection job in progress.
|
StopEntitiesDetectionJobResult |
AmazonComprehendClient.stopEntitiesDetectionJob(StopEntitiesDetectionJobRequest request)
Stops an entities detection job in progress.
|
StopEntitiesDetectionJobResult |
AbstractAmazonComprehend.stopEntitiesDetectionJob(StopEntitiesDetectionJobRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<StopEntitiesDetectionJobResult> |
AbstractAmazonComprehendAsync.stopEntitiesDetectionJobAsync(StopEntitiesDetectionJobRequest request,
AsyncHandler<StopEntitiesDetectionJobRequest,StopEntitiesDetectionJobResult> asyncHandler) |
Future<StopEntitiesDetectionJobResult> |
AmazonComprehendAsyncClient.stopEntitiesDetectionJobAsync(StopEntitiesDetectionJobRequest request,
AsyncHandler<StopEntitiesDetectionJobRequest,StopEntitiesDetectionJobResult> asyncHandler) |
Future<StopEntitiesDetectionJobResult> |
AmazonComprehendAsync.stopEntitiesDetectionJobAsync(StopEntitiesDetectionJobRequest stopEntitiesDetectionJobRequest,
AsyncHandler<StopEntitiesDetectionJobRequest,StopEntitiesDetectionJobResult> asyncHandler)
Stops an entities detection job in progress.
|
| Modifier and Type | Method and Description |
|---|---|
StopEntitiesDetectionJobResult |
StopEntitiesDetectionJobResult.clone() |
StopEntitiesDetectionJobResult |
StopEntitiesDetectionJobResult.withJobId(String jobId)
The identifier of the entities detection job to stop.
|
StopEntitiesDetectionJobResult |
StopEntitiesDetectionJobResult.withJobStatus(JobStatus jobStatus)
Either
STOP_REQUESTED if the job is currently running, or STOPPED if the job was
previously stopped with the StopEntitiesDetectionJob operation. |
StopEntitiesDetectionJobResult |
StopEntitiesDetectionJobResult.withJobStatus(String jobStatus)
Either
STOP_REQUESTED if the job is currently running, or STOPPED if the job was
previously stopped with the StopEntitiesDetectionJob operation. |
Copyright © 2021. All rights reserved.