| 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<ListIdMappingJobsResult> |
AbstractAWSEntityResolutionAsync.listIdMappingJobsAsync(ListIdMappingJobsRequest request,
AsyncHandler<ListIdMappingJobsRequest,ListIdMappingJobsResult> asyncHandler) |
Future<ListIdMappingJobsResult> |
AWSEntityResolutionAsync.listIdMappingJobsAsync(ListIdMappingJobsRequest listIdMappingJobsRequest,
AsyncHandler<ListIdMappingJobsRequest,ListIdMappingJobsResult> asyncHandler)
Lists all ID mapping jobs for a given workflow.
|
Future<ListIdMappingJobsResult> |
AWSEntityResolutionAsyncClient.listIdMappingJobsAsync(ListIdMappingJobsRequest request,
AsyncHandler<ListIdMappingJobsRequest,ListIdMappingJobsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListIdMappingJobsRequest |
ListIdMappingJobsRequest.clone() |
ListIdMappingJobsRequest |
ListIdMappingJobsRequest.withMaxResults(Integer maxResults)
The maximum number of objects returned per page.
|
ListIdMappingJobsRequest |
ListIdMappingJobsRequest.withNextToken(String nextToken)
The pagination token from the previous API call.
|
ListIdMappingJobsRequest |
ListIdMappingJobsRequest.withWorkflowName(String workflowName)
The name of the workflow to be retrieved.
|
Copyright © 2025. All rights reserved.