| Package | Description |
|---|---|
| com.amazonaws.services.entityresolution |
Welcome to the Entity Resolution API Reference.
|
| com.amazonaws.services.entityresolution.model |
| Modifier and Type | Method and Description |
|---|---|
ListMatchingWorkflowsResult |
AbstractAWSEntityResolution.listMatchingWorkflows(ListMatchingWorkflowsRequest request) |
ListMatchingWorkflowsResult |
AWSEntityResolution.listMatchingWorkflows(ListMatchingWorkflowsRequest listMatchingWorkflowsRequest)
Returns a list of all the
MatchingWorkflows that have been created for an Amazon Web Services
account. |
ListMatchingWorkflowsResult |
AWSEntityResolutionClient.listMatchingWorkflows(ListMatchingWorkflowsRequest request)
Returns a list of all the
MatchingWorkflows that have been created for an Amazon Web Services
account. |
| Modifier and Type | Method and Description |
|---|---|
Future<ListMatchingWorkflowsResult> |
AbstractAWSEntityResolutionAsync.listMatchingWorkflowsAsync(ListMatchingWorkflowsRequest request,
AsyncHandler<ListMatchingWorkflowsRequest,ListMatchingWorkflowsResult> asyncHandler) |
Future<ListMatchingWorkflowsResult> |
AWSEntityResolutionAsync.listMatchingWorkflowsAsync(ListMatchingWorkflowsRequest listMatchingWorkflowsRequest,
AsyncHandler<ListMatchingWorkflowsRequest,ListMatchingWorkflowsResult> asyncHandler)
Returns a list of all the
MatchingWorkflows that have been created for an Amazon Web Services
account. |
Future<ListMatchingWorkflowsResult> |
AWSEntityResolutionAsyncClient.listMatchingWorkflowsAsync(ListMatchingWorkflowsRequest request,
AsyncHandler<ListMatchingWorkflowsRequest,ListMatchingWorkflowsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListMatchingWorkflowsResult |
ListMatchingWorkflowsResult.clone() |
ListMatchingWorkflowsResult |
ListMatchingWorkflowsResult.withNextToken(String nextToken)
The pagination token from the previous API call.
|
ListMatchingWorkflowsResult |
ListMatchingWorkflowsResult.withWorkflowSummaries(Collection<MatchingWorkflowSummary> workflowSummaries)
A list of
MatchingWorkflowSummary objects, each of which contain the fields
WorkflowName, WorkflowArn, CreatedAt, and UpdatedAt. |
ListMatchingWorkflowsResult |
ListMatchingWorkflowsResult.withWorkflowSummaries(MatchingWorkflowSummary... workflowSummaries)
A list of
MatchingWorkflowSummary objects, each of which contain the fields
WorkflowName, WorkflowArn, CreatedAt, and UpdatedAt. |
Copyright © 2025. All rights reserved.