| 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 | |
| software.amazon.awssdk.services.comprehend.transform |
| Modifier and Type | Method and Description |
|---|---|
default ListTargetedSentimentDetectionJobsResponse |
ComprehendClient.listTargetedSentimentDetectionJobs(ListTargetedSentimentDetectionJobsRequest 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.
|
default ListTargetedSentimentDetectionJobsIterable |
ComprehendClient.listTargetedSentimentDetectionJobsPaginator(ListTargetedSentimentDetectionJobsRequest listTargetedSentimentDetectionJobsRequest)
Gets a list of targeted sentiment detection jobs that you have submitted.
|
default ListTargetedSentimentDetectionJobsPublisher |
ComprehendAsyncClient.listTargetedSentimentDetectionJobsPaginator(ListTargetedSentimentDetectionJobsRequest listTargetedSentimentDetectionJobsRequest)
Gets a list of targeted sentiment detection jobs that you have submitted.
|
| Constructor and Description |
|---|
ListTargetedSentimentDetectionJobsIterable(ComprehendClient client,
ListTargetedSentimentDetectionJobsRequest firstRequest) |
ListTargetedSentimentDetectionJobsPublisher(ComprehendAsyncClient client,
ListTargetedSentimentDetectionJobsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListTargetedSentimentDetectionJobsRequestMarshaller.marshall(ListTargetedSentimentDetectionJobsRequest listTargetedSentimentDetectionJobsRequest) |
Copyright © 2023. All rights reserved.