| 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 |
|---|---|
StopSentimentDetectionJobResult |
AbstractAmazonComprehend.stopSentimentDetectionJob(StopSentimentDetectionJobRequest request) |
StopSentimentDetectionJobResult |
AmazonComprehend.stopSentimentDetectionJob(StopSentimentDetectionJobRequest stopSentimentDetectionJobRequest)
Stops a sentiment detection job in progress.
|
StopSentimentDetectionJobResult |
AmazonComprehendClient.stopSentimentDetectionJob(StopSentimentDetectionJobRequest request)
Stops a sentiment detection job in progress.
|
| Modifier and Type | Method and Description |
|---|---|
Future<StopSentimentDetectionJobResult> |
AmazonComprehendAsync.stopSentimentDetectionJobAsync(StopSentimentDetectionJobRequest stopSentimentDetectionJobRequest,
AsyncHandler<StopSentimentDetectionJobRequest,StopSentimentDetectionJobResult> asyncHandler)
Stops a sentiment detection job in progress.
|
Future<StopSentimentDetectionJobResult> |
AmazonComprehendAsyncClient.stopSentimentDetectionJobAsync(StopSentimentDetectionJobRequest request,
AsyncHandler<StopSentimentDetectionJobRequest,StopSentimentDetectionJobResult> asyncHandler) |
Future<StopSentimentDetectionJobResult> |
AbstractAmazonComprehendAsync.stopSentimentDetectionJobAsync(StopSentimentDetectionJobRequest request,
AsyncHandler<StopSentimentDetectionJobRequest,StopSentimentDetectionJobResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
StopSentimentDetectionJobResult |
StopSentimentDetectionJobResult.clone() |
StopSentimentDetectionJobResult |
StopSentimentDetectionJobResult.withJobId(String jobId)
The identifier of the sentiment detection job to stop.
|
StopSentimentDetectionJobResult |
StopSentimentDetectionJobResult.withJobStatus(JobStatus jobStatus)
Either
STOP_REQUESTED if the job is currently running, or STOPPED if the job was
previously stopped with the StopSentimentDetectionJob operation. |
StopSentimentDetectionJobResult |
StopSentimentDetectionJobResult.withJobStatus(String jobStatus)
Either
STOP_REQUESTED if the job is currently running, or STOPPED if the job was
previously stopped with the StopSentimentDetectionJob operation. |
Copyright © 2019. All rights reserved.