| 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<ListPHIDetectionJobsResult> |
AWSComprehendMedicalAsync.listPHIDetectionJobsAsync(ListPHIDetectionJobsRequest listPHIDetectionJobsRequest,
AsyncHandler<ListPHIDetectionJobsRequest,ListPHIDetectionJobsResult> asyncHandler)
Gets a list of protected health information (PHI) detection jobs that you have submitted.
|
Future<ListPHIDetectionJobsResult> |
AWSComprehendMedicalAsyncClient.listPHIDetectionJobsAsync(ListPHIDetectionJobsRequest request,
AsyncHandler<ListPHIDetectionJobsRequest,ListPHIDetectionJobsResult> asyncHandler) |
Future<ListPHIDetectionJobsResult> |
AbstractAWSComprehendMedicalAsync.listPHIDetectionJobsAsync(ListPHIDetectionJobsRequest request,
AsyncHandler<ListPHIDetectionJobsRequest,ListPHIDetectionJobsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListPHIDetectionJobsRequest |
ListPHIDetectionJobsRequest.clone() |
ListPHIDetectionJobsRequest |
ListPHIDetectionJobsRequest.withFilter(ComprehendMedicalAsyncJobFilter filter)
Filters the jobs that are returned.
|
ListPHIDetectionJobsRequest |
ListPHIDetectionJobsRequest.withMaxResults(Integer maxResults)
The maximum number of results to return in each page.
|
ListPHIDetectionJobsRequest |
ListPHIDetectionJobsRequest.withNextToken(String nextToken)
Identifies the next page of results to return.
|
Copyright © 2020. All rights reserved.