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