| 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<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 |
|---|---|
StopSentimentDetectionJobRequest |
StopSentimentDetectionJobRequest.clone() |
StopSentimentDetectionJobRequest |
StopSentimentDetectionJobRequest.withJobId(String jobId)
The identifier of the sentiment detection job to stop.
|
Copyright © 2018. All rights reserved.