| 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 CompletableFuture<ListTopicsDetectionJobsResponse> |
ComprehendAsyncClient.listTopicsDetectionJobs(ListTopicsDetectionJobsRequest listTopicsDetectionJobsRequest)
Gets a list of the topic detection jobs that you have submitted.
|
default ListTopicsDetectionJobsResponse |
ComprehendClient.listTopicsDetectionJobs(ListTopicsDetectionJobsRequest listTopicsDetectionJobsRequest)
Gets a list of the topic detection jobs that you have submitted.
|
default ListTopicsDetectionJobsPublisher |
ComprehendAsyncClient.listTopicsDetectionJobsPaginator(ListTopicsDetectionJobsRequest listTopicsDetectionJobsRequest)
Gets a list of the topic detection jobs that you have submitted.
|
default ListTopicsDetectionJobsIterable |
ComprehendClient.listTopicsDetectionJobsPaginator(ListTopicsDetectionJobsRequest listTopicsDetectionJobsRequest)
Gets a list of the topic detection jobs that you have submitted.
|
| Constructor and Description |
|---|
ListTopicsDetectionJobsIterable(ComprehendClient client,
ListTopicsDetectionJobsRequest firstRequest) |
ListTopicsDetectionJobsPublisher(ComprehendAsyncClient client,
ListTopicsDetectionJobsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListTopicsDetectionJobsRequestMarshaller.marshall(ListTopicsDetectionJobsRequest listTopicsDetectionJobsRequest) |
Copyright © 2023. All rights reserved.