| 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 | |
| software.amazon.awssdk.services.comprehend.transform |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListPiiEntitiesDetectionJobsResponse> |
ComprehendAsyncClient.listPiiEntitiesDetectionJobs(ListPiiEntitiesDetectionJobsRequest 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.
|
default ListPiiEntitiesDetectionJobsPublisher |
ComprehendAsyncClient.listPiiEntitiesDetectionJobsPaginator(ListPiiEntitiesDetectionJobsRequest listPiiEntitiesDetectionJobsRequest)
Gets a list of the PII entity detection jobs that you have submitted.
|
default ListPiiEntitiesDetectionJobsIterable |
ComprehendClient.listPiiEntitiesDetectionJobsPaginator(ListPiiEntitiesDetectionJobsRequest listPiiEntitiesDetectionJobsRequest)
Gets a list of the PII entity detection jobs that you have submitted.
|
| Constructor and Description |
|---|
ListPiiEntitiesDetectionJobsIterable(ComprehendClient client,
ListPiiEntitiesDetectionJobsRequest firstRequest) |
ListPiiEntitiesDetectionJobsPublisher(ComprehendAsyncClient client,
ListPiiEntitiesDetectionJobsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListPiiEntitiesDetectionJobsRequestMarshaller.marshall(ListPiiEntitiesDetectionJobsRequest listPiiEntitiesDetectionJobsRequest) |
Copyright © 2023. All rights reserved.