| 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 ListEventsDetectionJobsResponse |
ComprehendClient.listEventsDetectionJobs(Consumer<ListEventsDetectionJobsRequest.Builder> listEventsDetectionJobsRequest)
Gets a list of the events detection jobs that you have submitted.
|
default ListEventsDetectionJobsResponse |
ComprehendClient.listEventsDetectionJobs(ListEventsDetectionJobsRequest listEventsDetectionJobsRequest)
Gets a list of the events detection jobs that you have submitted.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListEventsDetectionJobsResponse> |
ComprehendAsyncClient.listEventsDetectionJobs(Consumer<ListEventsDetectionJobsRequest.Builder> listEventsDetectionJobsRequest)
Gets a list of the events detection jobs that you have submitted.
|
default CompletableFuture<ListEventsDetectionJobsResponse> |
ComprehendAsyncClient.listEventsDetectionJobs(ListEventsDetectionJobsRequest listEventsDetectionJobsRequest)
Gets a list of the events detection jobs that you have submitted.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListEventsDetectionJobsResponse> |
ListEventsDetectionJobsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListEventsDetectionJobsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListEventsDetectionJobsResponse> subscriber) |
Copyright © 2023. All rights reserved.