| Package | Description |
|---|---|
| com.amazonaws.services.entityresolution.model |
| Modifier and Type | Method and Description |
|---|---|
MatchingWorkflowSummary |
MatchingWorkflowSummary.clone() |
MatchingWorkflowSummary |
MatchingWorkflowSummary.withCreatedAt(Date createdAt)
The timestamp of when the workflow was created.
|
MatchingWorkflowSummary |
MatchingWorkflowSummary.withResolutionType(ResolutionType resolutionType)
The method that has been specified for data matching, either using matching provided by Entity Resolution or
through a provider service.
|
MatchingWorkflowSummary |
MatchingWorkflowSummary.withResolutionType(String resolutionType)
The method that has been specified for data matching, either using matching provided by Entity Resolution or
through a provider service.
|
MatchingWorkflowSummary |
MatchingWorkflowSummary.withUpdatedAt(Date updatedAt)
The timestamp of when the workflow was last updated.
|
MatchingWorkflowSummary |
MatchingWorkflowSummary.withWorkflowArn(String workflowArn)
The ARN (Amazon Resource Name) that Entity Resolution generated for the
MatchingWorkflow. |
MatchingWorkflowSummary |
MatchingWorkflowSummary.withWorkflowName(String workflowName)
The name of the workflow.
|
| Modifier and Type | Method and Description |
|---|---|
List<MatchingWorkflowSummary> |
ListMatchingWorkflowsResult.getWorkflowSummaries()
A list of
MatchingWorkflowSummary objects, each of which contain the fields
WorkflowName, WorkflowArn, CreatedAt, and UpdatedAt. |
| Modifier and Type | Method and Description |
|---|---|
ListMatchingWorkflowsResult |
ListMatchingWorkflowsResult.withWorkflowSummaries(MatchingWorkflowSummary... workflowSummaries)
A list of
MatchingWorkflowSummary objects, each of which contain the fields
WorkflowName, WorkflowArn, CreatedAt, and UpdatedAt. |
| Modifier and Type | Method and Description |
|---|---|
void |
ListMatchingWorkflowsResult.setWorkflowSummaries(Collection<MatchingWorkflowSummary> workflowSummaries)
A list of
MatchingWorkflowSummary objects, each of which contain the fields
WorkflowName, WorkflowArn, CreatedAt, and UpdatedAt. |
ListMatchingWorkflowsResult |
ListMatchingWorkflowsResult.withWorkflowSummaries(Collection<MatchingWorkflowSummary> workflowSummaries)
A list of
MatchingWorkflowSummary objects, each of which contain the fields
WorkflowName, WorkflowArn, CreatedAt, and UpdatedAt. |
Copyright © 2025. All rights reserved.