| 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 ListSentimentDetectionJobsResponse |
ComprehendClient.listSentimentDetectionJobs(ListSentimentDetectionJobsRequest 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.
|
default ListSentimentDetectionJobsIterable |
ComprehendClient.listSentimentDetectionJobsPaginator(ListSentimentDetectionJobsRequest listSentimentDetectionJobsRequest)
Gets a list of sentiment detection jobs that you have submitted.
|
default ListSentimentDetectionJobsPublisher |
ComprehendAsyncClient.listSentimentDetectionJobsPaginator(ListSentimentDetectionJobsRequest listSentimentDetectionJobsRequest)
Gets a list of sentiment detection jobs that you have submitted.
|
| Constructor and Description |
|---|
ListSentimentDetectionJobsIterable(ComprehendClient client,
ListSentimentDetectionJobsRequest firstRequest) |
ListSentimentDetectionJobsPublisher(ComprehendAsyncClient client,
ListSentimentDetectionJobsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListSentimentDetectionJobsRequestMarshaller.marshall(ListSentimentDetectionJobsRequest listSentimentDetectionJobsRequest) |
Copyright © 2023. All rights reserved.