Uses of Interface
software.amazon.awssdk.services.entityresolution.model.ListMatchingJobsRequest.Builder
-
Packages that use ListMatchingJobsRequest.Builder Package Description software.amazon.awssdk.services.entityresolution Welcome to the Entity Resolution API Reference.software.amazon.awssdk.services.entityresolution.model -
-
Uses of ListMatchingJobsRequest.Builder in software.amazon.awssdk.services.entityresolution
Method parameters in software.amazon.awssdk.services.entityresolution with type arguments of type ListMatchingJobsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListMatchingJobsResponse>EntityResolutionAsyncClient. listMatchingJobs(Consumer<ListMatchingJobsRequest.Builder> listMatchingJobsRequest)Lists all jobs for a given workflow.default ListMatchingJobsResponseEntityResolutionClient. listMatchingJobs(Consumer<ListMatchingJobsRequest.Builder> listMatchingJobsRequest)Lists all jobs for a given workflow.default ListMatchingJobsPublisherEntityResolutionAsyncClient. listMatchingJobsPaginator(Consumer<ListMatchingJobsRequest.Builder> listMatchingJobsRequest)Lists all jobs for a given workflow.default ListMatchingJobsIterableEntityResolutionClient. listMatchingJobsPaginator(Consumer<ListMatchingJobsRequest.Builder> listMatchingJobsRequest)Lists all jobs for a given workflow. -
Uses of ListMatchingJobsRequest.Builder in software.amazon.awssdk.services.entityresolution.model
Methods in software.amazon.awssdk.services.entityresolution.model that return ListMatchingJobsRequest.Builder Modifier and Type Method Description static ListMatchingJobsRequest.BuilderListMatchingJobsRequest. builder()ListMatchingJobsRequest.BuilderListMatchingJobsRequest.Builder. maxResults(Integer maxResults)The maximum number of objects returned per page.ListMatchingJobsRequest.BuilderListMatchingJobsRequest.Builder. nextToken(String nextToken)The pagination token from the previous API call.ListMatchingJobsRequest.BuilderListMatchingJobsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListMatchingJobsRequest.BuilderListMatchingJobsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListMatchingJobsRequest.BuilderListMatchingJobsRequest. toBuilder()ListMatchingJobsRequest.BuilderListMatchingJobsRequest.Builder. workflowName(String workflowName)The name of the workflow to be retrieved.Methods in software.amazon.awssdk.services.entityresolution.model that return types with arguments of type ListMatchingJobsRequest.Builder Modifier and Type Method Description static Class<? extends ListMatchingJobsRequest.Builder>ListMatchingJobsRequest. serializableBuilderClass()
-