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