| Package | Description |
|---|---|
| com.amazonaws.services.comprehendmedical |
Amazon Comprehend Medical extracts structured information from unstructured clinical text.
|
| com.amazonaws.services.comprehendmedical.model |
| Modifier and Type | Method and Description |
|---|---|
Future<StartPHIDetectionJobResult> |
AWSComprehendMedicalAsyncClient.startPHIDetectionJobAsync(StartPHIDetectionJobRequest request,
AsyncHandler<StartPHIDetectionJobRequest,StartPHIDetectionJobResult> asyncHandler) |
Future<StartPHIDetectionJobResult> |
AWSComprehendMedicalAsync.startPHIDetectionJobAsync(StartPHIDetectionJobRequest startPHIDetectionJobRequest,
AsyncHandler<StartPHIDetectionJobRequest,StartPHIDetectionJobResult> asyncHandler)
Starts an asynchronous job to detect protected health information (PHI).
|
Future<StartPHIDetectionJobResult> |
AbstractAWSComprehendMedicalAsync.startPHIDetectionJobAsync(StartPHIDetectionJobRequest request,
AsyncHandler<StartPHIDetectionJobRequest,StartPHIDetectionJobResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
StartPHIDetectionJobRequest |
StartPHIDetectionJobRequest.clone() |
StartPHIDetectionJobRequest |
StartPHIDetectionJobRequest.withClientRequestToken(String clientRequestToken)
A unique identifier for the request.
|
StartPHIDetectionJobRequest |
StartPHIDetectionJobRequest.withDataAccessRoleArn(String dataAccessRoleArn)
The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that grants Amazon Comprehend
Medical read access to your input data.
|
StartPHIDetectionJobRequest |
StartPHIDetectionJobRequest.withInputDataConfig(InputDataConfig inputDataConfig)
Specifies the format and location of the input data for the job.
|
StartPHIDetectionJobRequest |
StartPHIDetectionJobRequest.withJobName(String jobName)
The identifier of the job.
|
StartPHIDetectionJobRequest |
StartPHIDetectionJobRequest.withKMSKey(String kMSKey)
An AWS Key Management Service key to encrypt your output files.
|
StartPHIDetectionJobRequest |
StartPHIDetectionJobRequest.withLanguageCode(LanguageCode languageCode)
The language of the input documents.
|
StartPHIDetectionJobRequest |
StartPHIDetectionJobRequest.withLanguageCode(String languageCode)
The language of the input documents.
|
StartPHIDetectionJobRequest |
StartPHIDetectionJobRequest.withOutputDataConfig(OutputDataConfig outputDataConfig)
Specifies where to send the output files.
|
Copyright © 2024. All rights reserved.