Uses of Interface
software.amazon.awssdk.services.comprehend.model.ListKeyPhrasesDetectionJobsRequest.Builder
-
Packages that use ListKeyPhrasesDetectionJobsRequest.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 ListKeyPhrasesDetectionJobsRequest.Builder in software.amazon.awssdk.services.comprehend
Method parameters in software.amazon.awssdk.services.comprehend with type arguments of type ListKeyPhrasesDetectionJobsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListKeyPhrasesDetectionJobsResponse>ComprehendAsyncClient. listKeyPhrasesDetectionJobs(Consumer<ListKeyPhrasesDetectionJobsRequest.Builder> listKeyPhrasesDetectionJobsRequest)Get a list of key phrase detection jobs that you have submitted.default ListKeyPhrasesDetectionJobsResponseComprehendClient. listKeyPhrasesDetectionJobs(Consumer<ListKeyPhrasesDetectionJobsRequest.Builder> listKeyPhrasesDetectionJobsRequest)Get a list of key phrase detection jobs that you have submitted.default ListKeyPhrasesDetectionJobsPublisherComprehendAsyncClient. listKeyPhrasesDetectionJobsPaginator(Consumer<ListKeyPhrasesDetectionJobsRequest.Builder> listKeyPhrasesDetectionJobsRequest)Get a list of key phrase detection jobs that you have submitted.default ListKeyPhrasesDetectionJobsIterableComprehendClient. listKeyPhrasesDetectionJobsPaginator(Consumer<ListKeyPhrasesDetectionJobsRequest.Builder> listKeyPhrasesDetectionJobsRequest)Get a list of key phrase detection jobs that you have submitted. -
Uses of ListKeyPhrasesDetectionJobsRequest.Builder in software.amazon.awssdk.services.comprehend.model
Methods in software.amazon.awssdk.services.comprehend.model that return ListKeyPhrasesDetectionJobsRequest.Builder Modifier and Type Method Description static ListKeyPhrasesDetectionJobsRequest.BuilderListKeyPhrasesDetectionJobsRequest. builder()default ListKeyPhrasesDetectionJobsRequest.BuilderListKeyPhrasesDetectionJobsRequest.Builder. filter(Consumer<KeyPhrasesDetectionJobFilter.Builder> filter)Filters the jobs that are returned.ListKeyPhrasesDetectionJobsRequest.BuilderListKeyPhrasesDetectionJobsRequest.Builder. filter(KeyPhrasesDetectionJobFilter filter)Filters the jobs that are returned.ListKeyPhrasesDetectionJobsRequest.BuilderListKeyPhrasesDetectionJobsRequest.Builder. maxResults(Integer maxResults)The maximum number of results to return in each page.ListKeyPhrasesDetectionJobsRequest.BuilderListKeyPhrasesDetectionJobsRequest.Builder. nextToken(String nextToken)Identifies the next page of results to return.ListKeyPhrasesDetectionJobsRequest.BuilderListKeyPhrasesDetectionJobsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListKeyPhrasesDetectionJobsRequest.BuilderListKeyPhrasesDetectionJobsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListKeyPhrasesDetectionJobsRequest.BuilderListKeyPhrasesDetectionJobsRequest. toBuilder()Methods in software.amazon.awssdk.services.comprehend.model that return types with arguments of type ListKeyPhrasesDetectionJobsRequest.Builder Modifier and Type Method Description static Class<? extends ListKeyPhrasesDetectionJobsRequest.Builder>ListKeyPhrasesDetectionJobsRequest. serializableBuilderClass()
-