| Package | Description |
|---|---|
| software.amazon.awssdk.services.entityresolution |
Welcome to the AWS Entity Resolution API Reference.
|
| software.amazon.awssdk.services.entityresolution.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListMatchingWorkflowsResponse> |
EntityResolutionAsyncClient.listMatchingWorkflows(Consumer<ListMatchingWorkflowsRequest.Builder> listMatchingWorkflowsRequest)
Returns a list of all the
MatchingWorkflows that have been created for an AWS account. |
default ListMatchingWorkflowsResponse |
EntityResolutionClient.listMatchingWorkflows(Consumer<ListMatchingWorkflowsRequest.Builder> listMatchingWorkflowsRequest)
Returns a list of all the
MatchingWorkflows that have been created for an AWS account. |
default ListMatchingWorkflowsPublisher |
EntityResolutionAsyncClient.listMatchingWorkflowsPaginator(Consumer<ListMatchingWorkflowsRequest.Builder> listMatchingWorkflowsRequest)
Returns a list of all the
MatchingWorkflows that have been created for an AWS account. |
default ListMatchingWorkflowsIterable |
EntityResolutionClient.listMatchingWorkflowsPaginator(Consumer<ListMatchingWorkflowsRequest.Builder> listMatchingWorkflowsRequest)
Returns a list of all the
MatchingWorkflows that have been created for an AWS account. |
| Modifier and Type | Method and Description |
|---|---|
static ListMatchingWorkflowsRequest.Builder |
ListMatchingWorkflowsRequest.builder() |
ListMatchingWorkflowsRequest.Builder |
ListMatchingWorkflowsRequest.Builder.maxResults(Integer maxResults)
The maximum number of objects returned per page.
|
ListMatchingWorkflowsRequest.Builder |
ListMatchingWorkflowsRequest.Builder.nextToken(String nextToken)
The pagination token from the previous
ListSchemaMappings API call. |
ListMatchingWorkflowsRequest.Builder |
ListMatchingWorkflowsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListMatchingWorkflowsRequest.Builder |
ListMatchingWorkflowsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListMatchingWorkflowsRequest.Builder |
ListMatchingWorkflowsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListMatchingWorkflowsRequest.Builder> |
ListMatchingWorkflowsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.