| 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 ListTargetedSentimentDetectionJobsResponse |
ComprehendClient.listTargetedSentimentDetectionJobs(Consumer<ListTargetedSentimentDetectionJobsRequest.Builder> listTargetedSentimentDetectionJobsRequest)
Gets a list of targeted sentiment detection jobs that you have submitted.
|
default ListTargetedSentimentDetectionJobsResponse |
ComprehendClient.listTargetedSentimentDetectionJobs(ListTargetedSentimentDetectionJobsRequest listTargetedSentimentDetectionJobsRequest)
Gets a list of targeted sentiment detection jobs that you have submitted.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListTargetedSentimentDetectionJobsResponse> |
ComprehendAsyncClient.listTargetedSentimentDetectionJobs(Consumer<ListTargetedSentimentDetectionJobsRequest.Builder> listTargetedSentimentDetectionJobsRequest)
Gets a list of targeted sentiment detection jobs that you have submitted.
|
default CompletableFuture<ListTargetedSentimentDetectionJobsResponse> |
ComprehendAsyncClient.listTargetedSentimentDetectionJobs(ListTargetedSentimentDetectionJobsRequest listTargetedSentimentDetectionJobsRequest)
Gets a list of targeted sentiment detection jobs that you have submitted.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListTargetedSentimentDetectionJobsResponse> |
ListTargetedSentimentDetectionJobsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListTargetedSentimentDetectionJobsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListTargetedSentimentDetectionJobsResponse> subscriber) |
Copyright © 2023. All rights reserved.