| Package | Description |
|---|---|
| com.amazonaws.services.entityresolution |
Welcome to the Entity Resolution API Reference.
|
| com.amazonaws.services.entityresolution.model |
| 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 |
|---|---|
CreateIdMappingWorkflowRequest |
CreateIdMappingWorkflowRequest.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateIdMappingWorkflowRequest |
CreateIdMappingWorkflowRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
CreateIdMappingWorkflowRequest |
CreateIdMappingWorkflowRequest.clone() |
CreateIdMappingWorkflowRequest |
CreateIdMappingWorkflowRequest.withDescription(String description)
A description of the workflow.
|
CreateIdMappingWorkflowRequest |
CreateIdMappingWorkflowRequest.withIdMappingTechniques(IdMappingTechniques idMappingTechniques)
An object which defines the ID mapping technique and any additional configurations.
|
CreateIdMappingWorkflowRequest |
CreateIdMappingWorkflowRequest.withInputSourceConfig(Collection<IdMappingWorkflowInputSource> inputSourceConfig)
A list of
InputSource objects, which have the fields InputSourceARN and
SchemaName. |
CreateIdMappingWorkflowRequest |
CreateIdMappingWorkflowRequest.withInputSourceConfig(IdMappingWorkflowInputSource... inputSourceConfig)
A list of
InputSource objects, which have the fields InputSourceARN and
SchemaName. |
CreateIdMappingWorkflowRequest |
CreateIdMappingWorkflowRequest.withOutputSourceConfig(Collection<IdMappingWorkflowOutputSource> outputSourceConfig)
A list of
IdMappingWorkflowOutputSource objects, each of which contains fields
OutputS3Path and Output. |
CreateIdMappingWorkflowRequest |
CreateIdMappingWorkflowRequest.withOutputSourceConfig(IdMappingWorkflowOutputSource... outputSourceConfig)
A list of
IdMappingWorkflowOutputSource objects, each of which contains fields
OutputS3Path and Output. |
CreateIdMappingWorkflowRequest |
CreateIdMappingWorkflowRequest.withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role.
|
CreateIdMappingWorkflowRequest |
CreateIdMappingWorkflowRequest.withTags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
|
CreateIdMappingWorkflowRequest |
CreateIdMappingWorkflowRequest.withWorkflowName(String workflowName)
The name of the workflow.
|
Copyright © 2025. All rights reserved.