| Package | Description |
|---|---|
| software.amazon.awssdk.services.entityresolution |
Welcome to the AWS Entity Resolution API Reference.
|
| software.amazon.awssdk.services.entityresolution.model |
| 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 CompletableFuture<GetMatchIdResponse> |
EntityResolutionAsyncClient.getMatchId(Consumer<GetMatchIdRequest.Builder> getMatchIdRequest)
Returns the corresponding Match ID of a customer record if the record has been processed.
|
| Modifier and Type | Method and Description |
|---|---|
static GetMatchIdRequest.Builder |
GetMatchIdRequest.builder() |
GetMatchIdRequest.Builder |
GetMatchIdRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetMatchIdRequest.Builder |
GetMatchIdRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetMatchIdRequest.Builder |
GetMatchIdRequest.Builder.record(Map<String,String> record)
The record to fetch the Match ID for.
|
GetMatchIdRequest.Builder |
GetMatchIdRequest.toBuilder() |
GetMatchIdRequest.Builder |
GetMatchIdRequest.Builder.workflowName(String workflowName)
The name of the workflow.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetMatchIdRequest.Builder> |
GetMatchIdRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.