| Package | Description |
|---|---|
| software.amazon.awssdk.services.entityresolution |
Welcome to the Entity Resolution API Reference.
|
| Modifier and Type | Method and Description |
|---|---|
default GetMatchIdResponse |
EntityResolutionClient.getMatchId(Consumer<GetMatchIdRequest.Builder> getMatchIdRequest)
Returns the corresponding Match ID of a customer record if the record has been processed.
|
default GetMatchIdResponse |
EntityResolutionClient.getMatchId(GetMatchIdRequest getMatchIdRequest)
Returns the corresponding Match ID of a customer record if the record has been processed.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetMatchIdResponse> |
EntityResolutionAsyncClient.getMatchId(Consumer<GetMatchIdRequest.Builder> getMatchIdRequest)
Returns the corresponding Match ID of a customer record if the record has been processed.
|
default CompletableFuture<GetMatchIdResponse> |
EntityResolutionAsyncClient.getMatchId(GetMatchIdRequest getMatchIdRequest)
Returns the corresponding Match ID of a customer record if the record has been processed.
|
Copyright © 2023. All rights reserved.