| 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. |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateIdMappingWorkflowResponse> |
EntityResolutionAsyncClient.createIdMappingWorkflow(Consumer<CreateIdMappingWorkflowRequest.Builder> createIdMappingWorkflowRequest)
Creates an
IdMappingWorkflow object which stores the configuration of the data processing job to be
run. |
default CompletableFuture<CreateIdMappingWorkflowResponse> |
EntityResolutionAsyncClient.createIdMappingWorkflow(CreateIdMappingWorkflowRequest createIdMappingWorkflowRequest)
Creates an
IdMappingWorkflow object which stores the configuration of the data processing job to be
run. |
Copyright © 2023. All rights reserved.