| Package | Description |
|---|---|
| software.amazon.awssdk.services.comprehend |
Amazon Comprehend is an AWS service for gaining insight into the content of documents.
|
| Modifier and Type | Method and Description |
|---|---|
default ListPiiEntitiesDetectionJobsResponse |
ComprehendClient.listPiiEntitiesDetectionJobs(Consumer<ListPiiEntitiesDetectionJobsRequest.Builder> listPiiEntitiesDetectionJobsRequest)
Gets a list of the PII entity detection jobs that you have submitted.
|
default ListPiiEntitiesDetectionJobsResponse |
ComprehendClient.listPiiEntitiesDetectionJobs(ListPiiEntitiesDetectionJobsRequest listPiiEntitiesDetectionJobsRequest)
Gets a list of the PII entity detection jobs that you have submitted.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListPiiEntitiesDetectionJobsResponse> |
ComprehendAsyncClient.listPiiEntitiesDetectionJobs(Consumer<ListPiiEntitiesDetectionJobsRequest.Builder> listPiiEntitiesDetectionJobsRequest)
Gets a list of the PII entity detection jobs that you have submitted.
|
default CompletableFuture<ListPiiEntitiesDetectionJobsResponse> |
ComprehendAsyncClient.listPiiEntitiesDetectionJobs(ListPiiEntitiesDetectionJobsRequest listPiiEntitiesDetectionJobsRequest)
Gets a list of the PII entity detection jobs that you have submitted.
|
Copyright © 2021. All rights reserved.