| Package | Description |
|---|---|
| software.amazon.awssdk.services.entityresolution |
Welcome to the Entity Resolution API Reference.
|
| Modifier and Type | Method and Description |
|---|---|
default GetIdMappingWorkflowResponse |
EntityResolutionClient.getIdMappingWorkflow(Consumer<GetIdMappingWorkflowRequest.Builder> getIdMappingWorkflowRequest)
Returns the
IdMappingWorkflow with a given name, if it exists. |
default GetIdMappingWorkflowResponse |
EntityResolutionClient.getIdMappingWorkflow(GetIdMappingWorkflowRequest getIdMappingWorkflowRequest)
Returns the
IdMappingWorkflow with a given name, if it exists. |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetIdMappingWorkflowResponse> |
EntityResolutionAsyncClient.getIdMappingWorkflow(Consumer<GetIdMappingWorkflowRequest.Builder> getIdMappingWorkflowRequest)
Returns the
IdMappingWorkflow with a given name, if it exists. |
default CompletableFuture<GetIdMappingWorkflowResponse> |
EntityResolutionAsyncClient.getIdMappingWorkflow(GetIdMappingWorkflowRequest getIdMappingWorkflowRequest)
Returns the
IdMappingWorkflow with a given name, if it exists. |
Copyright © 2023. All rights reserved.