| Package | Description |
|---|---|
| software.amazon.awssdk.services.entityresolution.model | |
| software.amazon.awssdk.services.entityresolution.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<MatchingWorkflowSummary> |
ListMatchingWorkflowsResponse.workflowSummaries()
A list of
MatchingWorkflowSummary objects, each of which contain the fields
WorkflowName, WorkflowArn, CreatedAt, and UpdatedAt. |
| Modifier and Type | Method and Description |
|---|---|
ListMatchingWorkflowsResponse.Builder |
ListMatchingWorkflowsResponse.Builder.workflowSummaries(MatchingWorkflowSummary... workflowSummaries)
A list of
MatchingWorkflowSummary objects, each of which contain the fields
WorkflowName, WorkflowArn, CreatedAt, and UpdatedAt. |
| Modifier and Type | Method and Description |
|---|---|
ListMatchingWorkflowsResponse.Builder |
ListMatchingWorkflowsResponse.Builder.workflowSummaries(Collection<MatchingWorkflowSummary> workflowSummaries)
A list of
MatchingWorkflowSummary objects, each of which contain the fields
WorkflowName, WorkflowArn, CreatedAt, and UpdatedAt. |
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<MatchingWorkflowSummary> |
ListMatchingWorkflowsIterable.workflowSummaries()
Returns an iterable to iterate through the paginated
ListMatchingWorkflowsResponse.workflowSummaries()
member. |
SdkPublisher<MatchingWorkflowSummary> |
ListMatchingWorkflowsPublisher.workflowSummaries()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2023. All rights reserved.