| 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 ListTopicsDetectionJobsResponse |
ComprehendClient.listTopicsDetectionJobs()
Gets a list of the topic detection jobs that you have submitted.
|
default ListTopicsDetectionJobsResponse |
ComprehendClient.listTopicsDetectionJobs(Consumer<ListTopicsDetectionJobsRequest.Builder> 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.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListTopicsDetectionJobsResponse> |
ComprehendAsyncClient.listTopicsDetectionJobs()
Gets a list of the topic detection jobs that you have submitted.
|
default CompletableFuture<ListTopicsDetectionJobsResponse> |
ComprehendAsyncClient.listTopicsDetectionJobs(Consumer<ListTopicsDetectionJobsRequest.Builder> listTopicsDetectionJobsRequest)
Gets a list of the topic detection jobs that you have submitted.
|
default CompletableFuture<ListTopicsDetectionJobsResponse> |
ComprehendAsyncClient.listTopicsDetectionJobs(ListTopicsDetectionJobsRequest listTopicsDetectionJobsRequest)
Gets a list of the topic detection jobs that you have submitted.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListTopicsDetectionJobsResponse> |
ListTopicsDetectionJobsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListTopicsDetectionJobsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListTopicsDetectionJobsResponse> subscriber) |
Copyright © 2023. All rights reserved.