| Package | Description |
|---|---|
| software.amazon.awssdk.services.comprehend |
Amazon Comprehend is an Amazon Web Services service for gaining insight into the content of documents.
|
| software.amazon.awssdk.services.comprehend.paginators |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListPiiEntitiesDetectionJobsResponse> |
ListPiiEntitiesDetectionJobsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListPiiEntitiesDetectionJobsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListPiiEntitiesDetectionJobsResponse> subscriber) |
Copyright © 2023. All rights reserved.