| 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 ListEntitiesDetectionJobsResponse |
ComprehendClient.listEntitiesDetectionJobs()
Gets a list of the entity detection jobs that you have submitted.
|
default ListEntitiesDetectionJobsResponse |
ComprehendClient.listEntitiesDetectionJobs(Consumer<ListEntitiesDetectionJobsRequest.Builder> 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.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListEntitiesDetectionJobsResponse> |
ComprehendAsyncClient.listEntitiesDetectionJobs()
Gets a list of the entity detection jobs that you have submitted.
|
default CompletableFuture<ListEntitiesDetectionJobsResponse> |
ComprehendAsyncClient.listEntitiesDetectionJobs(Consumer<ListEntitiesDetectionJobsRequest.Builder> listEntitiesDetectionJobsRequest)
Gets a list of the entity detection jobs that you have submitted.
|
default CompletableFuture<ListEntitiesDetectionJobsResponse> |
ComprehendAsyncClient.listEntitiesDetectionJobs(ListEntitiesDetectionJobsRequest listEntitiesDetectionJobsRequest)
Gets a list of the entity detection jobs that you have submitted.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListEntitiesDetectionJobsResponse> |
ListEntitiesDetectionJobsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListEntitiesDetectionJobsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListEntitiesDetectionJobsResponse> subscriber) |
Copyright © 2023. All rights reserved.