| 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<StopPiiEntitiesDetectionJobResult> |
AbstractAmazonComprehendAsync.stopPiiEntitiesDetectionJobAsync(StopPiiEntitiesDetectionJobRequest request,
AsyncHandler<StopPiiEntitiesDetectionJobRequest,StopPiiEntitiesDetectionJobResult> asyncHandler) |
Future<StopPiiEntitiesDetectionJobResult> |
AmazonComprehendAsync.stopPiiEntitiesDetectionJobAsync(StopPiiEntitiesDetectionJobRequest stopPiiEntitiesDetectionJobRequest,
AsyncHandler<StopPiiEntitiesDetectionJobRequest,StopPiiEntitiesDetectionJobResult> asyncHandler)
Stops a PII entities detection job in progress.
|
Future<StopPiiEntitiesDetectionJobResult> |
AmazonComprehendAsyncClient.stopPiiEntitiesDetectionJobAsync(StopPiiEntitiesDetectionJobRequest request,
AsyncHandler<StopPiiEntitiesDetectionJobRequest,StopPiiEntitiesDetectionJobResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
StopPiiEntitiesDetectionJobRequest |
StopPiiEntitiesDetectionJobRequest.clone() |
StopPiiEntitiesDetectionJobRequest |
StopPiiEntitiesDetectionJobRequest.withJobId(String jobId)
The identifier of the PII entities detection job to stop.
|
Copyright © 2022. All rights reserved.