| Package | Description |
|---|---|
| com.amazonaws.services.entityresolution |
Welcome to the Entity Resolution API Reference.
|
| com.amazonaws.services.entityresolution.model |
| Modifier and Type | Method and Description |
|---|---|
CreateIdMappingWorkflowResult |
AbstractAWSEntityResolution.createIdMappingWorkflow(CreateIdMappingWorkflowRequest request) |
CreateIdMappingWorkflowResult |
AWSEntityResolution.createIdMappingWorkflow(CreateIdMappingWorkflowRequest createIdMappingWorkflowRequest)
Creates an
IdMappingWorkflow object which stores the configuration of the data processing job to be
run. |
CreateIdMappingWorkflowResult |
AWSEntityResolutionClient.createIdMappingWorkflow(CreateIdMappingWorkflowRequest request)
Creates an
IdMappingWorkflow object which stores the configuration of the data processing job to be
run. |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateIdMappingWorkflowResult> |
AbstractAWSEntityResolutionAsync.createIdMappingWorkflowAsync(CreateIdMappingWorkflowRequest request,
AsyncHandler<CreateIdMappingWorkflowRequest,CreateIdMappingWorkflowResult> asyncHandler) |
Future<CreateIdMappingWorkflowResult> |
AWSEntityResolutionAsync.createIdMappingWorkflowAsync(CreateIdMappingWorkflowRequest createIdMappingWorkflowRequest,
AsyncHandler<CreateIdMappingWorkflowRequest,CreateIdMappingWorkflowResult> asyncHandler)
Creates an
IdMappingWorkflow object which stores the configuration of the data processing job to be
run. |
Future<CreateIdMappingWorkflowResult> |
AWSEntityResolutionAsyncClient.createIdMappingWorkflowAsync(CreateIdMappingWorkflowRequest request,
AsyncHandler<CreateIdMappingWorkflowRequest,CreateIdMappingWorkflowResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateIdMappingWorkflowResult |
CreateIdMappingWorkflowResult.clone() |
CreateIdMappingWorkflowResult |
CreateIdMappingWorkflowResult.withDescription(String description)
A description of the workflow.
|
CreateIdMappingWorkflowResult |
CreateIdMappingWorkflowResult.withIdMappingTechniques(IdMappingTechniques idMappingTechniques)
An object which defines the ID mapping technique and any additional configurations.
|
CreateIdMappingWorkflowResult |
CreateIdMappingWorkflowResult.withInputSourceConfig(Collection<IdMappingWorkflowInputSource> inputSourceConfig)
A list of
InputSource objects, which have the fields InputSourceARN and
SchemaName. |
CreateIdMappingWorkflowResult |
CreateIdMappingWorkflowResult.withInputSourceConfig(IdMappingWorkflowInputSource... inputSourceConfig)
A list of
InputSource objects, which have the fields InputSourceARN and
SchemaName. |
CreateIdMappingWorkflowResult |
CreateIdMappingWorkflowResult.withOutputSourceConfig(Collection<IdMappingWorkflowOutputSource> outputSourceConfig)
A list of
IdMappingWorkflowOutputSource objects, each of which contains fields
OutputS3Path and Output. |
CreateIdMappingWorkflowResult |
CreateIdMappingWorkflowResult.withOutputSourceConfig(IdMappingWorkflowOutputSource... outputSourceConfig)
A list of
IdMappingWorkflowOutputSource objects, each of which contains fields
OutputS3Path and Output. |
CreateIdMappingWorkflowResult |
CreateIdMappingWorkflowResult.withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role.
|
CreateIdMappingWorkflowResult |
CreateIdMappingWorkflowResult.withWorkflowArn(String workflowArn)
The ARN (Amazon Resource Name) that Entity Resolution generated for the
IDMappingWorkflow. |
CreateIdMappingWorkflowResult |
CreateIdMappingWorkflowResult.withWorkflowName(String workflowName)
The name of the workflow.
|
Copyright © 2025. All rights reserved.