| Package | Description |
|---|---|
| com.amazonaws.services.entityresolution |
Welcome to the Entity Resolution API Reference.
|
| com.amazonaws.services.entityresolution.model |
| Modifier and Type | Method and Description |
|---|---|
GetMatchingJobResult |
AbstractAWSEntityResolution.getMatchingJob(GetMatchingJobRequest request) |
GetMatchingJobResult |
AWSEntityResolution.getMatchingJob(GetMatchingJobRequest getMatchingJobRequest)
Gets the status, metrics, and errors (if there are any) that are associated with a job.
|
GetMatchingJobResult |
AWSEntityResolutionClient.getMatchingJob(GetMatchingJobRequest request)
Gets the status, metrics, and errors (if there are any) that are associated with a job.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetMatchingJobResult> |
AbstractAWSEntityResolutionAsync.getMatchingJobAsync(GetMatchingJobRequest request) |
Future<GetMatchingJobResult> |
AWSEntityResolutionAsync.getMatchingJobAsync(GetMatchingJobRequest getMatchingJobRequest)
Gets the status, metrics, and errors (if there are any) that are associated with a job.
|
Future<GetMatchingJobResult> |
AWSEntityResolutionAsyncClient.getMatchingJobAsync(GetMatchingJobRequest request) |
Future<GetMatchingJobResult> |
AbstractAWSEntityResolutionAsync.getMatchingJobAsync(GetMatchingJobRequest request,
AsyncHandler<GetMatchingJobRequest,GetMatchingJobResult> asyncHandler) |
Future<GetMatchingJobResult> |
AWSEntityResolutionAsync.getMatchingJobAsync(GetMatchingJobRequest getMatchingJobRequest,
AsyncHandler<GetMatchingJobRequest,GetMatchingJobResult> asyncHandler)
Gets the status, metrics, and errors (if there are any) that are associated with a job.
|
Future<GetMatchingJobResult> |
AWSEntityResolutionAsyncClient.getMatchingJobAsync(GetMatchingJobRequest request,
AsyncHandler<GetMatchingJobRequest,GetMatchingJobResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetMatchingJobResult> |
AbstractAWSEntityResolutionAsync.getMatchingJobAsync(GetMatchingJobRequest request,
AsyncHandler<GetMatchingJobRequest,GetMatchingJobResult> asyncHandler) |
Future<GetMatchingJobResult> |
AWSEntityResolutionAsync.getMatchingJobAsync(GetMatchingJobRequest getMatchingJobRequest,
AsyncHandler<GetMatchingJobRequest,GetMatchingJobResult> asyncHandler)
Gets the status, metrics, and errors (if there are any) that are associated with a job.
|
Future<GetMatchingJobResult> |
AWSEntityResolutionAsyncClient.getMatchingJobAsync(GetMatchingJobRequest request,
AsyncHandler<GetMatchingJobRequest,GetMatchingJobResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetMatchingJobResult |
GetMatchingJobResult.clone() |
GetMatchingJobResult |
GetMatchingJobResult.withEndTime(Date endTime)
The time at which the job has finished.
|
GetMatchingJobResult |
GetMatchingJobResult.withErrorDetails(ErrorDetails errorDetails)
An object containing an error message, if there was an error.
|
GetMatchingJobResult |
GetMatchingJobResult.withJobId(String jobId)
The ID of the job.
|
GetMatchingJobResult |
GetMatchingJobResult.withMetrics(JobMetrics metrics)
Metrics associated with the execution, specifically total records processed, unique IDs generated, and records
the execution skipped.
|
GetMatchingJobResult |
GetMatchingJobResult.withOutputSourceConfig(Collection<JobOutputSource> outputSourceConfig)
A list of
OutputSource objects. |
GetMatchingJobResult |
GetMatchingJobResult.withOutputSourceConfig(JobOutputSource... outputSourceConfig)
A list of
OutputSource objects. |
GetMatchingJobResult |
GetMatchingJobResult.withStartTime(Date startTime)
The time at which the job was started.
|
GetMatchingJobResult |
GetMatchingJobResult.withStatus(JobStatus status)
The current status of the job.
|
GetMatchingJobResult |
GetMatchingJobResult.withStatus(String status)
The current status of the job.
|
Copyright © 2025. All rights reserved.