| 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 ListKeyPhrasesDetectionJobsResponse |
ComprehendClient.listKeyPhrasesDetectionJobs()
Get a list of key phrase detection jobs that you have submitted.
|
default ListKeyPhrasesDetectionJobsResponse |
ComprehendClient.listKeyPhrasesDetectionJobs(Consumer<ListKeyPhrasesDetectionJobsRequest.Builder> listKeyPhrasesDetectionJobsRequest)
Get a list of key phrase detection jobs that you have submitted.
|
default ListKeyPhrasesDetectionJobsResponse |
ComprehendClient.listKeyPhrasesDetectionJobs(ListKeyPhrasesDetectionJobsRequest listKeyPhrasesDetectionJobsRequest)
Get a list of key phrase detection jobs that you have submitted.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListKeyPhrasesDetectionJobsResponse> |
ComprehendAsyncClient.listKeyPhrasesDetectionJobs()
Get a list of key phrase detection jobs that you have submitted.
|
default CompletableFuture<ListKeyPhrasesDetectionJobsResponse> |
ComprehendAsyncClient.listKeyPhrasesDetectionJobs(Consumer<ListKeyPhrasesDetectionJobsRequest.Builder> listKeyPhrasesDetectionJobsRequest)
Get a list of key phrase detection jobs that you have submitted.
|
default CompletableFuture<ListKeyPhrasesDetectionJobsResponse> |
ComprehendAsyncClient.listKeyPhrasesDetectionJobs(ListKeyPhrasesDetectionJobsRequest listKeyPhrasesDetectionJobsRequest)
Get a list of key phrase detection jobs that you have submitted.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListKeyPhrasesDetectionJobsResponse> |
ListKeyPhrasesDetectionJobsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListKeyPhrasesDetectionJobsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListKeyPhrasesDetectionJobsResponse> subscriber) |
Copyright © 2023. All rights reserved.