| 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 |
AWSEntityResolutionClient.getMatchId(GetMatchIdRequest request)
Returns the corresponding Match ID of a customer record if the record has been processed.
|
GetMatchIdResult |
AWSEntityResolution.getMatchId(GetMatchIdRequest getMatchIdRequest)
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) |
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 |
|---|---|
GetMatchIdResult |
GetMatchIdResult.clone() |
GetMatchIdResult |
GetMatchIdResult.withMatchId(String matchId)
The unique identifiers for this group of match records.
|
GetMatchIdResult |
GetMatchIdResult.withMatchRule(String matchRule)
The rule the record matched on.
|
Copyright © 2024. All rights reserved.