| Package | Description |
|---|---|
| software.amazon.awssdk.services.entityresolution |
Welcome to the AWS Entity Resolution API Reference.
|
| software.amazon.awssdk.services.entityresolution.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListMatchingJobsResponse> |
EntityResolutionAsyncClient.listMatchingJobs(Consumer<ListMatchingJobsRequest.Builder> listMatchingJobsRequest)
Lists all jobs for a given workflow.
|
default ListMatchingJobsResponse |
EntityResolutionClient.listMatchingJobs(Consumer<ListMatchingJobsRequest.Builder> listMatchingJobsRequest)
Lists all jobs for a given workflow.
|
default ListMatchingJobsPublisher |
EntityResolutionAsyncClient.listMatchingJobsPaginator(Consumer<ListMatchingJobsRequest.Builder> listMatchingJobsRequest)
Lists all jobs for a given workflow.
|
default ListMatchingJobsIterable |
EntityResolutionClient.listMatchingJobsPaginator(Consumer<ListMatchingJobsRequest.Builder> listMatchingJobsRequest)
Lists all jobs for a given workflow.
|
| Modifier and Type | Method and Description |
|---|---|
static ListMatchingJobsRequest.Builder |
ListMatchingJobsRequest.builder() |
ListMatchingJobsRequest.Builder |
ListMatchingJobsRequest.Builder.maxResults(Integer maxResults)
The maximum number of objects returned per page.
|
ListMatchingJobsRequest.Builder |
ListMatchingJobsRequest.Builder.nextToken(String nextToken)
The pagination token from the previous
ListSchemaMappings API call. |
ListMatchingJobsRequest.Builder |
ListMatchingJobsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListMatchingJobsRequest.Builder |
ListMatchingJobsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListMatchingJobsRequest.Builder |
ListMatchingJobsRequest.toBuilder() |
ListMatchingJobsRequest.Builder |
ListMatchingJobsRequest.Builder.workflowName(String workflowName)
The name of the workflow to be retrieved.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListMatchingJobsRequest.Builder> |
ListMatchingJobsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.