| Package | Description |
|---|---|
| com.amazonaws.services.entityresolution |
Welcome to the Entity Resolution API Reference.
|
| com.amazonaws.services.entityresolution.model |
| Modifier and Type | Method and Description |
|---|---|
GetMatchingWorkflowResult |
AbstractAWSEntityResolution.getMatchingWorkflow(GetMatchingWorkflowRequest request) |
GetMatchingWorkflowResult |
AWSEntityResolutionClient.getMatchingWorkflow(GetMatchingWorkflowRequest request)
Returns the
MatchingWorkflow with a given name, if it exists. |
GetMatchingWorkflowResult |
AWSEntityResolution.getMatchingWorkflow(GetMatchingWorkflowRequest getMatchingWorkflowRequest)
Returns the
MatchingWorkflow with a given name, if it exists. |
| Modifier and Type | Method and Description |
|---|---|
Future<GetMatchingWorkflowResult> |
AbstractAWSEntityResolutionAsync.getMatchingWorkflowAsync(GetMatchingWorkflowRequest request,
AsyncHandler<GetMatchingWorkflowRequest,GetMatchingWorkflowResult> asyncHandler) |
Future<GetMatchingWorkflowResult> |
AWSEntityResolutionAsyncClient.getMatchingWorkflowAsync(GetMatchingWorkflowRequest request,
AsyncHandler<GetMatchingWorkflowRequest,GetMatchingWorkflowResult> asyncHandler) |
Future<GetMatchingWorkflowResult> |
AWSEntityResolutionAsync.getMatchingWorkflowAsync(GetMatchingWorkflowRequest getMatchingWorkflowRequest,
AsyncHandler<GetMatchingWorkflowRequest,GetMatchingWorkflowResult> asyncHandler)
Returns the
MatchingWorkflow with a given name, if it exists. |
| Modifier and Type | Method and Description |
|---|---|
GetMatchingWorkflowResult |
GetMatchingWorkflowResult.addTagsEntry(String key,
String value)
Add a single Tags entry
|
GetMatchingWorkflowResult |
GetMatchingWorkflowResult.clearTagsEntries()
Removes all the entries added into Tags.
|
GetMatchingWorkflowResult |
GetMatchingWorkflowResult.clone() |
GetMatchingWorkflowResult |
GetMatchingWorkflowResult.withCreatedAt(Date createdAt)
The timestamp of when the workflow was created.
|
GetMatchingWorkflowResult |
GetMatchingWorkflowResult.withDescription(String description)
A description of the workflow.
|
GetMatchingWorkflowResult |
GetMatchingWorkflowResult.withIncrementalRunConfig(IncrementalRunConfig incrementalRunConfig)
An object which defines an incremental run type and has only
incrementalRunType as a field. |
GetMatchingWorkflowResult |
GetMatchingWorkflowResult.withInputSourceConfig(Collection<InputSource> inputSourceConfig)
A list of
InputSource objects, which have the fields InputSourceARN and
SchemaName. |
GetMatchingWorkflowResult |
GetMatchingWorkflowResult.withInputSourceConfig(InputSource... inputSourceConfig)
A list of
InputSource objects, which have the fields InputSourceARN and
SchemaName. |
GetMatchingWorkflowResult |
GetMatchingWorkflowResult.withOutputSourceConfig(Collection<OutputSource> outputSourceConfig)
A list of
OutputSource objects, each of which contains fields OutputS3Path,
ApplyNormalization, and Output. |
GetMatchingWorkflowResult |
GetMatchingWorkflowResult.withOutputSourceConfig(OutputSource... outputSourceConfig)
A list of
OutputSource objects, each of which contains fields OutputS3Path,
ApplyNormalization, and Output. |
GetMatchingWorkflowResult |
GetMatchingWorkflowResult.withResolutionTechniques(ResolutionTechniques resolutionTechniques)
An object which defines the
resolutionType and the ruleBasedProperties. |
GetMatchingWorkflowResult |
GetMatchingWorkflowResult.withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role.
|
GetMatchingWorkflowResult |
GetMatchingWorkflowResult.withTags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
|
GetMatchingWorkflowResult |
GetMatchingWorkflowResult.withUpdatedAt(Date updatedAt)
The timestamp of when the workflow was last updated.
|
GetMatchingWorkflowResult |
GetMatchingWorkflowResult.withWorkflowArn(String workflowArn)
The ARN (Amazon Resource Name) that Entity Resolution generated for the
MatchingWorkflow. |
GetMatchingWorkflowResult |
GetMatchingWorkflowResult.withWorkflowName(String workflowName)
The name of the workflow.
|
Copyright © 2024. All rights reserved.