| Package | Description |
|---|---|
| software.amazon.awssdk.services.entityresolution |
Welcome to the 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. |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateMatchingWorkflowResponse> |
EntityResolutionAsyncClient.createMatchingWorkflow(Consumer<CreateMatchingWorkflowRequest.Builder> createMatchingWorkflowRequest)
Creates a
MatchingWorkflow object which stores the configuration of the data processing job to be
run. |
default CompletableFuture<CreateMatchingWorkflowResponse> |
EntityResolutionAsyncClient.createMatchingWorkflow(CreateMatchingWorkflowRequest createMatchingWorkflowRequest)
Creates a
MatchingWorkflow object which stores the configuration of the data processing job to be
run. |
Copyright © 2023. All rights reserved.