Uses of Interface
software.amazon.awssdk.services.comprehend.model.ListTopicsDetectionJobsRequest.Builder
-
Packages that use ListTopicsDetectionJobsRequest.Builder 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 -
-
Uses of ListTopicsDetectionJobsRequest.Builder in software.amazon.awssdk.services.comprehend
Method parameters in software.amazon.awssdk.services.comprehend with type arguments of type ListTopicsDetectionJobsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListTopicsDetectionJobsResponse>ComprehendAsyncClient. listTopicsDetectionJobs(Consumer<ListTopicsDetectionJobsRequest.Builder> listTopicsDetectionJobsRequest)Gets a list of the topic detection jobs that you have submitted.default ListTopicsDetectionJobsResponseComprehendClient. listTopicsDetectionJobs(Consumer<ListTopicsDetectionJobsRequest.Builder> listTopicsDetectionJobsRequest)Gets a list of the topic detection jobs that you have submitted.default ListTopicsDetectionJobsPublisherComprehendAsyncClient. listTopicsDetectionJobsPaginator(Consumer<ListTopicsDetectionJobsRequest.Builder> listTopicsDetectionJobsRequest)Gets a list of the topic detection jobs that you have submitted.default ListTopicsDetectionJobsIterableComprehendClient. listTopicsDetectionJobsPaginator(Consumer<ListTopicsDetectionJobsRequest.Builder> listTopicsDetectionJobsRequest)Gets a list of the topic detection jobs that you have submitted. -
Uses of ListTopicsDetectionJobsRequest.Builder in software.amazon.awssdk.services.comprehend.model
Methods in software.amazon.awssdk.services.comprehend.model that return ListTopicsDetectionJobsRequest.Builder Modifier and Type Method Description static ListTopicsDetectionJobsRequest.BuilderListTopicsDetectionJobsRequest. builder()default ListTopicsDetectionJobsRequest.BuilderListTopicsDetectionJobsRequest.Builder. filter(Consumer<TopicsDetectionJobFilter.Builder> filter)Filters the jobs that are returned.ListTopicsDetectionJobsRequest.BuilderListTopicsDetectionJobsRequest.Builder. filter(TopicsDetectionJobFilter filter)Filters the jobs that are returned.ListTopicsDetectionJobsRequest.BuilderListTopicsDetectionJobsRequest.Builder. maxResults(Integer maxResults)The maximum number of results to return in each page.ListTopicsDetectionJobsRequest.BuilderListTopicsDetectionJobsRequest.Builder. nextToken(String nextToken)Identifies the next page of results to return.ListTopicsDetectionJobsRequest.BuilderListTopicsDetectionJobsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListTopicsDetectionJobsRequest.BuilderListTopicsDetectionJobsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListTopicsDetectionJobsRequest.BuilderListTopicsDetectionJobsRequest. toBuilder()Methods in software.amazon.awssdk.services.comprehend.model that return types with arguments of type ListTopicsDetectionJobsRequest.Builder Modifier and Type Method Description static Class<? extends ListTopicsDetectionJobsRequest.Builder>ListTopicsDetectionJobsRequest. serializableBuilderClass()
-