| Package | Description |
|---|---|
| software.amazon.awssdk.services.entityresolution |
Welcome to the Entity Resolution API Reference.
|
| software.amazon.awssdk.services.entityresolution.model |
| 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 CompletableFuture<GetIdMappingWorkflowResponse> |
EntityResolutionAsyncClient.getIdMappingWorkflow(Consumer<GetIdMappingWorkflowRequest.Builder> getIdMappingWorkflowRequest)
Returns the
IdMappingWorkflow with a given name, if it exists. |
| Modifier and Type | Method and Description |
|---|---|
static GetIdMappingWorkflowRequest.Builder |
GetIdMappingWorkflowRequest.builder() |
GetIdMappingWorkflowRequest.Builder |
GetIdMappingWorkflowRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetIdMappingWorkflowRequest.Builder |
GetIdMappingWorkflowRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetIdMappingWorkflowRequest.Builder |
GetIdMappingWorkflowRequest.toBuilder() |
GetIdMappingWorkflowRequest.Builder |
GetIdMappingWorkflowRequest.Builder.workflowName(String workflowName)
The name of the workflow.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetIdMappingWorkflowRequest.Builder> |
GetIdMappingWorkflowRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.