Uses of Interface
software.amazon.awssdk.services.comprehend.model.ListSentimentDetectionJobsRequest.Builder
-
Packages that use ListSentimentDetectionJobsRequest.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 ListSentimentDetectionJobsRequest.Builder in software.amazon.awssdk.services.comprehend
Method parameters in software.amazon.awssdk.services.comprehend with type arguments of type ListSentimentDetectionJobsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListSentimentDetectionJobsResponse>ComprehendAsyncClient. listSentimentDetectionJobs(Consumer<ListSentimentDetectionJobsRequest.Builder> listSentimentDetectionJobsRequest)Gets a list of sentiment detection jobs that you have submitted.default ListSentimentDetectionJobsResponseComprehendClient. listSentimentDetectionJobs(Consumer<ListSentimentDetectionJobsRequest.Builder> listSentimentDetectionJobsRequest)Gets a list of sentiment detection jobs that you have submitted.default ListSentimentDetectionJobsPublisherComprehendAsyncClient. listSentimentDetectionJobsPaginator(Consumer<ListSentimentDetectionJobsRequest.Builder> listSentimentDetectionJobsRequest)Gets a list of sentiment detection jobs that you have submitted.default ListSentimentDetectionJobsIterableComprehendClient. listSentimentDetectionJobsPaginator(Consumer<ListSentimentDetectionJobsRequest.Builder> listSentimentDetectionJobsRequest)Gets a list of sentiment detection jobs that you have submitted. -
Uses of ListSentimentDetectionJobsRequest.Builder in software.amazon.awssdk.services.comprehend.model
Methods in software.amazon.awssdk.services.comprehend.model that return ListSentimentDetectionJobsRequest.Builder Modifier and Type Method Description static ListSentimentDetectionJobsRequest.BuilderListSentimentDetectionJobsRequest. builder()default ListSentimentDetectionJobsRequest.BuilderListSentimentDetectionJobsRequest.Builder. filter(Consumer<SentimentDetectionJobFilter.Builder> filter)Filters the jobs that are returned.ListSentimentDetectionJobsRequest.BuilderListSentimentDetectionJobsRequest.Builder. filter(SentimentDetectionJobFilter filter)Filters the jobs that are returned.ListSentimentDetectionJobsRequest.BuilderListSentimentDetectionJobsRequest.Builder. maxResults(Integer maxResults)The maximum number of results to return in each page.ListSentimentDetectionJobsRequest.BuilderListSentimentDetectionJobsRequest.Builder. nextToken(String nextToken)Identifies the next page of results to return.ListSentimentDetectionJobsRequest.BuilderListSentimentDetectionJobsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListSentimentDetectionJobsRequest.BuilderListSentimentDetectionJobsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListSentimentDetectionJobsRequest.BuilderListSentimentDetectionJobsRequest. toBuilder()Methods in software.amazon.awssdk.services.comprehend.model that return types with arguments of type ListSentimentDetectionJobsRequest.Builder Modifier and Type Method Description static Class<? extends ListSentimentDetectionJobsRequest.Builder>ListSentimentDetectionJobsRequest. serializableBuilderClass()
-