| 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.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListTopicsDetectionJobsResponse> |
ComprehendAsyncClient.listTopicsDetectionJobs(Consumer<ListTopicsDetectionJobsRequest.Builder> listTopicsDetectionJobsRequest)
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 ListTopicsDetectionJobsPublisher |
ComprehendAsyncClient.listTopicsDetectionJobsPaginator(Consumer<ListTopicsDetectionJobsRequest.Builder> listTopicsDetectionJobsRequest)
Gets a list of the topic detection jobs that you have submitted.
|
default ListTopicsDetectionJobsIterable |
ComprehendClient.listTopicsDetectionJobsPaginator(Consumer<ListTopicsDetectionJobsRequest.Builder> listTopicsDetectionJobsRequest)
Gets a list of the topic detection jobs that you have submitted.
|
| Modifier and Type | Method and Description |
|---|---|
static ListTopicsDetectionJobsRequest.Builder |
ListTopicsDetectionJobsRequest.builder() |
default ListTopicsDetectionJobsRequest.Builder |
ListTopicsDetectionJobsRequest.Builder.filter(Consumer<TopicsDetectionJobFilter.Builder> filter)
Filters the jobs that are returned.
|
ListTopicsDetectionJobsRequest.Builder |
ListTopicsDetectionJobsRequest.Builder.filter(TopicsDetectionJobFilter filter)
Filters the jobs that are returned.
|
ListTopicsDetectionJobsRequest.Builder |
ListTopicsDetectionJobsRequest.Builder.maxResults(Integer maxResults)
The maximum number of results to return in each page.
|
ListTopicsDetectionJobsRequest.Builder |
ListTopicsDetectionJobsRequest.Builder.nextToken(String nextToken)
Identifies the next page of results to return.
|
ListTopicsDetectionJobsRequest.Builder |
ListTopicsDetectionJobsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListTopicsDetectionJobsRequest.Builder |
ListTopicsDetectionJobsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListTopicsDetectionJobsRequest.Builder |
ListTopicsDetectionJobsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListTopicsDetectionJobsRequest.Builder> |
ListTopicsDetectionJobsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.