Uses of Interface
software.amazon.awssdk.services.comprehend.model.ListEntitiesDetectionJobsRequest.Builder
-
Packages that use ListEntitiesDetectionJobsRequest.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 ListEntitiesDetectionJobsRequest.Builder in software.amazon.awssdk.services.comprehend
Method parameters in software.amazon.awssdk.services.comprehend with type arguments of type ListEntitiesDetectionJobsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListEntitiesDetectionJobsResponse>ComprehendAsyncClient. listEntitiesDetectionJobs(Consumer<ListEntitiesDetectionJobsRequest.Builder> listEntitiesDetectionJobsRequest)Gets a list of the entity detection jobs that you have submitted.default ListEntitiesDetectionJobsResponseComprehendClient. listEntitiesDetectionJobs(Consumer<ListEntitiesDetectionJobsRequest.Builder> listEntitiesDetectionJobsRequest)Gets a list of the entity detection jobs that you have submitted.default ListEntitiesDetectionJobsPublisherComprehendAsyncClient. listEntitiesDetectionJobsPaginator(Consumer<ListEntitiesDetectionJobsRequest.Builder> listEntitiesDetectionJobsRequest)Gets a list of the entity detection jobs that you have submitted.default ListEntitiesDetectionJobsIterableComprehendClient. listEntitiesDetectionJobsPaginator(Consumer<ListEntitiesDetectionJobsRequest.Builder> listEntitiesDetectionJobsRequest)Gets a list of the entity detection jobs that you have submitted. -
Uses of ListEntitiesDetectionJobsRequest.Builder in software.amazon.awssdk.services.comprehend.model
Methods in software.amazon.awssdk.services.comprehend.model that return ListEntitiesDetectionJobsRequest.Builder Modifier and Type Method Description static ListEntitiesDetectionJobsRequest.BuilderListEntitiesDetectionJobsRequest. builder()default ListEntitiesDetectionJobsRequest.BuilderListEntitiesDetectionJobsRequest.Builder. filter(Consumer<EntitiesDetectionJobFilter.Builder> filter)Filters the jobs that are returned.ListEntitiesDetectionJobsRequest.BuilderListEntitiesDetectionJobsRequest.Builder. filter(EntitiesDetectionJobFilter filter)Filters the jobs that are returned.ListEntitiesDetectionJobsRequest.BuilderListEntitiesDetectionJobsRequest.Builder. maxResults(Integer maxResults)The maximum number of results to return in each page.ListEntitiesDetectionJobsRequest.BuilderListEntitiesDetectionJobsRequest.Builder. nextToken(String nextToken)Identifies the next page of results to return.ListEntitiesDetectionJobsRequest.BuilderListEntitiesDetectionJobsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListEntitiesDetectionJobsRequest.BuilderListEntitiesDetectionJobsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListEntitiesDetectionJobsRequest.BuilderListEntitiesDetectionJobsRequest. toBuilder()Methods in software.amazon.awssdk.services.comprehend.model that return types with arguments of type ListEntitiesDetectionJobsRequest.Builder Modifier and Type Method Description static Class<? extends ListEntitiesDetectionJobsRequest.Builder>ListEntitiesDetectionJobsRequest. serializableBuilderClass()
-