| Package | Description |
|---|---|
| com.amazonaws.services.entityresolution |
Welcome to the Entity Resolution API Reference.
|
| com.amazonaws.services.entityresolution.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListMatchingJobsResult> |
AbstractAWSEntityResolutionAsync.listMatchingJobsAsync(ListMatchingJobsRequest request,
AsyncHandler<ListMatchingJobsRequest,ListMatchingJobsResult> asyncHandler) |
Future<ListMatchingJobsResult> |
AWSEntityResolutionAsync.listMatchingJobsAsync(ListMatchingJobsRequest listMatchingJobsRequest,
AsyncHandler<ListMatchingJobsRequest,ListMatchingJobsResult> asyncHandler)
Lists all jobs for a given workflow.
|
Future<ListMatchingJobsResult> |
AWSEntityResolutionAsyncClient.listMatchingJobsAsync(ListMatchingJobsRequest request,
AsyncHandler<ListMatchingJobsRequest,ListMatchingJobsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListMatchingJobsRequest |
ListMatchingJobsRequest.clone() |
ListMatchingJobsRequest |
ListMatchingJobsRequest.withMaxResults(Integer maxResults)
The maximum number of objects returned per page.
|
ListMatchingJobsRequest |
ListMatchingJobsRequest.withNextToken(String nextToken)
The pagination token from the previous API call.
|
ListMatchingJobsRequest |
ListMatchingJobsRequest.withWorkflowName(String workflowName)
The name of the workflow to be retrieved.
|
Copyright © 2024. All rights reserved.