| Package | Description |
|---|---|
| com.amazonaws.services.entityresolution |
Welcome to the Entity Resolution API Reference.
|
| com.amazonaws.services.entityresolution.model |
| Modifier and Type | Method and Description |
|---|---|
ListMatchingJobsResult |
AWSEntityResolutionClient.listMatchingJobs(ListMatchingJobsRequest request)
Lists all jobs for a given workflow.
|
ListMatchingJobsResult |
AWSEntityResolution.listMatchingJobs(ListMatchingJobsRequest listMatchingJobsRequest)
Lists all jobs for a given workflow.
|
ListMatchingJobsResult |
AbstractAWSEntityResolution.listMatchingJobs(ListMatchingJobsRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<ListMatchingJobsResult> |
AWSEntityResolutionAsyncClient.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> |
AbstractAWSEntityResolutionAsync.listMatchingJobsAsync(ListMatchingJobsRequest request,
AsyncHandler<ListMatchingJobsRequest,ListMatchingJobsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListMatchingJobsResult |
ListMatchingJobsResult.clone() |
ListMatchingJobsResult |
ListMatchingJobsResult.withJobs(Collection<JobSummary> jobs)
A list of
JobSummary objects, each of which contain the ID, status, start time, and end time of a
job. |
ListMatchingJobsResult |
ListMatchingJobsResult.withJobs(JobSummary... jobs)
A list of
JobSummary objects, each of which contain the ID, status, start time, and end time of a
job. |
ListMatchingJobsResult |
ListMatchingJobsResult.withNextToken(String nextToken)
The pagination token from the previous API call.
|
Copyright © 2024. All rights reserved.