| 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 ListSentimentDetectionJobsResponse |
ComprehendClient.listSentimentDetectionJobs()
Gets a list of sentiment detection jobs that you have submitted.
|
default ListSentimentDetectionJobsResponse |
ComprehendClient.listSentimentDetectionJobs(Consumer<ListSentimentDetectionJobsRequest.Builder> listSentimentDetectionJobsRequest)
Gets a list of sentiment detection jobs that you have submitted.
|
default ListSentimentDetectionJobsResponse |
ComprehendClient.listSentimentDetectionJobs(ListSentimentDetectionJobsRequest listSentimentDetectionJobsRequest)
Gets a list of sentiment detection jobs that you have submitted.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListSentimentDetectionJobsResponse> |
ComprehendAsyncClient.listSentimentDetectionJobs()
Gets a list of sentiment detection jobs that you have submitted.
|
default CompletableFuture<ListSentimentDetectionJobsResponse> |
ComprehendAsyncClient.listSentimentDetectionJobs(Consumer<ListSentimentDetectionJobsRequest.Builder> listSentimentDetectionJobsRequest)
Gets a list of sentiment detection jobs that you have submitted.
|
default CompletableFuture<ListSentimentDetectionJobsResponse> |
ComprehendAsyncClient.listSentimentDetectionJobs(ListSentimentDetectionJobsRequest listSentimentDetectionJobsRequest)
Gets a list of sentiment detection jobs that you have submitted.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListSentimentDetectionJobsResponse> |
ListSentimentDetectionJobsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListSentimentDetectionJobsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListSentimentDetectionJobsResponse> subscriber) |
Copyright © 2023. All rights reserved.