| Package | Description |
|---|---|
| software.amazon.awssdk.services.entityresolution |
Welcome to the Entity Resolution API Reference.
|
| Modifier and Type | Method and Description |
|---|---|
default CreateIdMappingWorkflowResponse |
EntityResolutionClient.createIdMappingWorkflow(Consumer<CreateIdMappingWorkflowRequest.Builder> createIdMappingWorkflowRequest)
Creates an
IdMappingWorkflow object which stores the configuration of the data processing job to be
run. |
default CreateIdMappingWorkflowResponse |
EntityResolutionClient.createIdMappingWorkflow(CreateIdMappingWorkflowRequest createIdMappingWorkflowRequest)
Creates an
IdMappingWorkflow object which stores the configuration of the data processing job to be
run. |
default CreateMatchingWorkflowResponse |
EntityResolutionClient.createMatchingWorkflow(Consumer<CreateMatchingWorkflowRequest.Builder> createMatchingWorkflowRequest)
Creates a
MatchingWorkflow object which stores the configuration of the data processing job to be
run. |
default CreateMatchingWorkflowResponse |
EntityResolutionClient.createMatchingWorkflow(CreateMatchingWorkflowRequest createMatchingWorkflowRequest)
Creates a
MatchingWorkflow object which stores the configuration of the data processing job to be
run. |
default CreateSchemaMappingResponse |
EntityResolutionClient.createSchemaMapping(Consumer<CreateSchemaMappingRequest.Builder> createSchemaMappingRequest)
Creates a schema mapping, which defines the schema of the input customer records table.
|
default CreateSchemaMappingResponse |
EntityResolutionClient.createSchemaMapping(CreateSchemaMappingRequest createSchemaMappingRequest)
Creates a schema mapping, which defines the schema of the input customer records table.
|
default StartIdMappingJobResponse |
EntityResolutionClient.startIdMappingJob(Consumer<StartIdMappingJobRequest.Builder> startIdMappingJobRequest)
Starts the
IdMappingJob of a workflow. |
default StartIdMappingJobResponse |
EntityResolutionClient.startIdMappingJob(StartIdMappingJobRequest startIdMappingJobRequest)
Starts the
IdMappingJob of a workflow. |
default StartMatchingJobResponse |
EntityResolutionClient.startMatchingJob(Consumer<StartMatchingJobRequest.Builder> startMatchingJobRequest)
Starts the
MatchingJob of a workflow. |
default StartMatchingJobResponse |
EntityResolutionClient.startMatchingJob(StartMatchingJobRequest startMatchingJobRequest)
Starts the
MatchingJob of a workflow. |
Copyright © 2023. All rights reserved.