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