| Package | Description |
|---|---|
| com.amazonaws.services.entityresolution |
Welcome to the Entity Resolution API Reference.
|
| com.amazonaws.services.entityresolution.model |
| Modifier and Type | Method and Description |
|---|---|
CreateMatchingWorkflowResult |
AbstractAWSEntityResolution.createMatchingWorkflow(CreateMatchingWorkflowRequest request) |
CreateMatchingWorkflowResult |
AWSEntityResolutionClient.createMatchingWorkflow(CreateMatchingWorkflowRequest request)
Creates a
MatchingWorkflow object which stores the configuration of the data processing job to be
run. |
CreateMatchingWorkflowResult |
AWSEntityResolution.createMatchingWorkflow(CreateMatchingWorkflowRequest createMatchingWorkflowRequest)
Creates a
MatchingWorkflow object which stores the configuration of the data processing job to be
run. |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateMatchingWorkflowResult> |
AWSEntityResolutionAsyncClient.createMatchingWorkflowAsync(CreateMatchingWorkflowRequest request,
AsyncHandler<CreateMatchingWorkflowRequest,CreateMatchingWorkflowResult> asyncHandler) |
Future<CreateMatchingWorkflowResult> |
AbstractAWSEntityResolutionAsync.createMatchingWorkflowAsync(CreateMatchingWorkflowRequest request,
AsyncHandler<CreateMatchingWorkflowRequest,CreateMatchingWorkflowResult> asyncHandler) |
Future<CreateMatchingWorkflowResult> |
AWSEntityResolutionAsync.createMatchingWorkflowAsync(CreateMatchingWorkflowRequest createMatchingWorkflowRequest,
AsyncHandler<CreateMatchingWorkflowRequest,CreateMatchingWorkflowResult> asyncHandler)
Creates a
MatchingWorkflow object which stores the configuration of the data processing job to be
run. |
| Modifier and Type | Method and Description |
|---|---|
CreateMatchingWorkflowResult |
CreateMatchingWorkflowResult.clone() |
CreateMatchingWorkflowResult |
CreateMatchingWorkflowResult.withDescription(String description)
A description of the workflow.
|
CreateMatchingWorkflowResult |
CreateMatchingWorkflowResult.withIncrementalRunConfig(IncrementalRunConfig incrementalRunConfig)
An object which defines an incremental run type and has only
incrementalRunType as a field. |
CreateMatchingWorkflowResult |
CreateMatchingWorkflowResult.withInputSourceConfig(Collection<InputSource> inputSourceConfig)
A list of
InputSource objects, which have the fields InputSourceARN and
SchemaName. |
CreateMatchingWorkflowResult |
CreateMatchingWorkflowResult.withInputSourceConfig(InputSource... inputSourceConfig)
A list of
InputSource objects, which have the fields InputSourceARN and
SchemaName. |
CreateMatchingWorkflowResult |
CreateMatchingWorkflowResult.withOutputSourceConfig(Collection<OutputSource> outputSourceConfig)
A list of
OutputSource objects, each of which contains fields OutputS3Path,
ApplyNormalization, and Output. |
CreateMatchingWorkflowResult |
CreateMatchingWorkflowResult.withOutputSourceConfig(OutputSource... outputSourceConfig)
A list of
OutputSource objects, each of which contains fields OutputS3Path,
ApplyNormalization, and Output. |
CreateMatchingWorkflowResult |
CreateMatchingWorkflowResult.withResolutionTechniques(ResolutionTechniques resolutionTechniques)
An object which defines the
resolutionType and the ruleBasedProperties. |
CreateMatchingWorkflowResult |
CreateMatchingWorkflowResult.withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role.
|
CreateMatchingWorkflowResult |
CreateMatchingWorkflowResult.withWorkflowArn(String workflowArn)
The ARN (Amazon Resource Name) that Entity Resolution generated for the
MatchingWorkflow. |
CreateMatchingWorkflowResult |
CreateMatchingWorkflowResult.withWorkflowName(String workflowName)
The name of the workflow.
|
Copyright © 2024. All rights reserved.