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