| Package | Description |
|---|---|
| com.amazonaws.services.entityresolution |
Welcome to the Entity Resolution API Reference.
|
| com.amazonaws.services.entityresolution.model |
| Modifier and Type | Method and Description |
|---|---|
GetMatchIdResult |
AbstractAWSEntityResolution.getMatchId(GetMatchIdRequest request) |
GetMatchIdResult |
AWSEntityResolution.getMatchId(GetMatchIdRequest getMatchIdRequest)
Returns the corresponding Match ID of a customer record if the record has been processed.
|
GetMatchIdResult |
AWSEntityResolutionClient.getMatchId(GetMatchIdRequest request)
Returns the corresponding Match ID of a customer record if the record has been processed.
|
Future<GetMatchIdResult> |
AbstractAWSEntityResolutionAsync.getMatchIdAsync(GetMatchIdRequest request) |
Future<GetMatchIdResult> |
AWSEntityResolutionAsyncClient.getMatchIdAsync(GetMatchIdRequest request) |
Future<GetMatchIdResult> |
AWSEntityResolutionAsync.getMatchIdAsync(GetMatchIdRequest getMatchIdRequest)
Returns the corresponding Match ID of a customer record if the record has been processed.
|
Future<GetMatchIdResult> |
AbstractAWSEntityResolutionAsync.getMatchIdAsync(GetMatchIdRequest request,
AsyncHandler<GetMatchIdRequest,GetMatchIdResult> asyncHandler) |
Future<GetMatchIdResult> |
AWSEntityResolutionAsyncClient.getMatchIdAsync(GetMatchIdRequest request,
AsyncHandler<GetMatchIdRequest,GetMatchIdResult> asyncHandler) |
Future<GetMatchIdResult> |
AWSEntityResolutionAsync.getMatchIdAsync(GetMatchIdRequest getMatchIdRequest,
AsyncHandler<GetMatchIdRequest,GetMatchIdResult> asyncHandler)
Returns the corresponding Match ID of a customer record if the record has been processed.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetMatchIdResult> |
AbstractAWSEntityResolutionAsync.getMatchIdAsync(GetMatchIdRequest request,
AsyncHandler<GetMatchIdRequest,GetMatchIdResult> asyncHandler) |
Future<GetMatchIdResult> |
AWSEntityResolutionAsyncClient.getMatchIdAsync(GetMatchIdRequest request,
AsyncHandler<GetMatchIdRequest,GetMatchIdResult> asyncHandler) |
Future<GetMatchIdResult> |
AWSEntityResolutionAsync.getMatchIdAsync(GetMatchIdRequest getMatchIdRequest,
AsyncHandler<GetMatchIdRequest,GetMatchIdResult> asyncHandler)
Returns the corresponding Match ID of a customer record if the record has been processed.
|
| Modifier and Type | Method and Description |
|---|---|
GetMatchIdRequest |
GetMatchIdRequest.addRecordEntry(String key,
String value)
Add a single Record entry
|
GetMatchIdRequest |
GetMatchIdRequest.clearRecordEntries()
Removes all the entries added into Record.
|
GetMatchIdRequest |
GetMatchIdRequest.clone() |
GetMatchIdRequest |
GetMatchIdRequest.withApplyNormalization(Boolean applyNormalization)
Normalizes the attributes defined in the schema in the input data.
|
GetMatchIdRequest |
GetMatchIdRequest.withRecord(Map<String,String> record)
The record to fetch the Match ID for.
|
GetMatchIdRequest |
GetMatchIdRequest.withWorkflowName(String workflowName)
The name of the workflow.
|
Copyright © 2024. All rights reserved.