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