| Package | Description |
|---|---|
| com.amazonaws.services.comprehendmedical |
Comprehend Medical; extracts structured information from unstructured clinical text.
|
| com.amazonaws.services.comprehendmedical.model |
| Modifier and Type | Method and Description |
|---|---|
Future<StopPHIDetectionJobResult> |
AbstractAWSComprehendMedicalAsync.stopPHIDetectionJobAsync(StopPHIDetectionJobRequest request,
AsyncHandler<StopPHIDetectionJobRequest,StopPHIDetectionJobResult> asyncHandler) |
Future<StopPHIDetectionJobResult> |
AWSComprehendMedicalAsyncClient.stopPHIDetectionJobAsync(StopPHIDetectionJobRequest request,
AsyncHandler<StopPHIDetectionJobRequest,StopPHIDetectionJobResult> asyncHandler) |
Future<StopPHIDetectionJobResult> |
AWSComprehendMedicalAsync.stopPHIDetectionJobAsync(StopPHIDetectionJobRequest stopPHIDetectionJobRequest,
AsyncHandler<StopPHIDetectionJobRequest,StopPHIDetectionJobResult> asyncHandler)
Stops a protected health information (PHI) detection job in progress.
|
| Modifier and Type | Method and Description |
|---|---|
StopPHIDetectionJobRequest |
StopPHIDetectionJobRequest.clone() |
StopPHIDetectionJobRequest |
StopPHIDetectionJobRequest.withJobId(String jobId)
The identifier of the PHI detection job to stop.
|
Copyright © 2023. All rights reserved.