| 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 |
|---|---|
ListPiiEntitiesDetectionJobsResult |
AbstractAmazonComprehend.listPiiEntitiesDetectionJobs(ListPiiEntitiesDetectionJobsRequest request) |
ListPiiEntitiesDetectionJobsResult |
AmazonComprehendClient.listPiiEntitiesDetectionJobs(ListPiiEntitiesDetectionJobsRequest request)
Gets a list of the PII entity detection jobs that you have submitted.
|
ListPiiEntitiesDetectionJobsResult |
AmazonComprehend.listPiiEntitiesDetectionJobs(ListPiiEntitiesDetectionJobsRequest listPiiEntitiesDetectionJobsRequest)
Gets a list of the PII entity detection jobs that you have submitted.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListPiiEntitiesDetectionJobsResult> |
AmazonComprehendAsyncClient.listPiiEntitiesDetectionJobsAsync(ListPiiEntitiesDetectionJobsRequest request,
AsyncHandler<ListPiiEntitiesDetectionJobsRequest,ListPiiEntitiesDetectionJobsResult> asyncHandler) |
Future<ListPiiEntitiesDetectionJobsResult> |
AmazonComprehendAsync.listPiiEntitiesDetectionJobsAsync(ListPiiEntitiesDetectionJobsRequest listPiiEntitiesDetectionJobsRequest,
AsyncHandler<ListPiiEntitiesDetectionJobsRequest,ListPiiEntitiesDetectionJobsResult> asyncHandler)
Gets a list of the PII entity detection jobs that you have submitted.
|
Future<ListPiiEntitiesDetectionJobsResult> |
AbstractAmazonComprehendAsync.listPiiEntitiesDetectionJobsAsync(ListPiiEntitiesDetectionJobsRequest request,
AsyncHandler<ListPiiEntitiesDetectionJobsRequest,ListPiiEntitiesDetectionJobsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListPiiEntitiesDetectionJobsResult |
ListPiiEntitiesDetectionJobsResult.clone() |
ListPiiEntitiesDetectionJobsResult |
ListPiiEntitiesDetectionJobsResult.withNextToken(String nextToken)
Identifies the next page of results to return.
|
ListPiiEntitiesDetectionJobsResult |
ListPiiEntitiesDetectionJobsResult.withPiiEntitiesDetectionJobPropertiesList(Collection<PiiEntitiesDetectionJobProperties> piiEntitiesDetectionJobPropertiesList)
A list containing the properties of each job that is returned.
|
ListPiiEntitiesDetectionJobsResult |
ListPiiEntitiesDetectionJobsResult.withPiiEntitiesDetectionJobPropertiesList(PiiEntitiesDetectionJobProperties... piiEntitiesDetectionJobPropertiesList)
A list containing the properties of each job that is returned.
|
Copyright © 2021. All rights reserved.