| Package | Description |
|---|---|
| software.amazon.awssdk.services.entityresolution |
Welcome to the AWS Entity Resolution API Reference.
|
| Modifier and Type | Method and Description |
|---|---|
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 DeleteSchemaMappingResponse |
EntityResolutionClient.deleteSchemaMapping(Consumer<DeleteSchemaMappingRequest.Builder> deleteSchemaMappingRequest)
Deletes the
SchemaMapping with a given name. |
default DeleteSchemaMappingResponse |
EntityResolutionClient.deleteSchemaMapping(DeleteSchemaMappingRequest deleteSchemaMappingRequest)
Deletes the
SchemaMapping with a given name. |
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.