| 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<ListEntitiesDetectionJobsResponse> |
ComprehendAsyncClient.listEntitiesDetectionJobs(ListEntitiesDetectionJobsRequest listEntitiesDetectionJobsRequest)
Gets a list of the entity detection jobs that you have submitted.
|
default ListEntitiesDetectionJobsResponse |
ComprehendClient.listEntitiesDetectionJobs(ListEntitiesDetectionJobsRequest listEntitiesDetectionJobsRequest)
Gets a list of the entity detection jobs that you have submitted.
|
default ListEntitiesDetectionJobsPublisher |
ComprehendAsyncClient.listEntitiesDetectionJobsPaginator(ListEntitiesDetectionJobsRequest listEntitiesDetectionJobsRequest)
Gets a list of the entity detection jobs that you have submitted.
|
default ListEntitiesDetectionJobsIterable |
ComprehendClient.listEntitiesDetectionJobsPaginator(ListEntitiesDetectionJobsRequest listEntitiesDetectionJobsRequest)
Gets a list of the entity detection jobs that you have submitted.
|
| Constructor and Description |
|---|
ListEntitiesDetectionJobsIterable(ComprehendClient client,
ListEntitiesDetectionJobsRequest firstRequest) |
ListEntitiesDetectionJobsPublisher(ComprehendAsyncClient client,
ListEntitiesDetectionJobsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListEntitiesDetectionJobsRequestMarshaller.marshall(ListEntitiesDetectionJobsRequest listEntitiesDetectionJobsRequest) |
Copyright © 2023. All rights reserved.