| Package | Description |
|---|---|
| software.amazon.awssdk.services.entityresolution |
Welcome to the Entity Resolution API Reference.
|
| software.amazon.awssdk.services.entityresolution.model |
| Modifier and Type | Method and Description |
|---|---|
default ListIdMappingWorkflowsResponse |
EntityResolutionClient.listIdMappingWorkflows(Consumer<ListIdMappingWorkflowsRequest.Builder> listIdMappingWorkflowsRequest)
Returns a list of all the
IdMappingWorkflows that have been created for an Amazon Web Services
account. |
default CompletableFuture<ListIdMappingWorkflowsResponse> |
EntityResolutionAsyncClient.listIdMappingWorkflows(Consumer<ListIdMappingWorkflowsRequest.Builder> listIdMappingWorkflowsRequest)
Returns a list of all the
IdMappingWorkflows that have been created for an Amazon Web Services
account. |
default ListIdMappingWorkflowsIterable |
EntityResolutionClient.listIdMappingWorkflowsPaginator(Consumer<ListIdMappingWorkflowsRequest.Builder> listIdMappingWorkflowsRequest)
Returns a list of all the
IdMappingWorkflows that have been created for an Amazon Web Services
account. |
default ListIdMappingWorkflowsPublisher |
EntityResolutionAsyncClient.listIdMappingWorkflowsPaginator(Consumer<ListIdMappingWorkflowsRequest.Builder> listIdMappingWorkflowsRequest)
Returns a list of all the
IdMappingWorkflows that have been created for an Amazon Web Services
account. |
| Modifier and Type | Method and Description |
|---|---|
static ListIdMappingWorkflowsRequest.Builder |
ListIdMappingWorkflowsRequest.builder() |
ListIdMappingWorkflowsRequest.Builder |
ListIdMappingWorkflowsRequest.Builder.maxResults(Integer maxResults)
The maximum number of objects returned per page.
|
ListIdMappingWorkflowsRequest.Builder |
ListIdMappingWorkflowsRequest.Builder.nextToken(String nextToken)
The pagination token from the previous API call.
|
ListIdMappingWorkflowsRequest.Builder |
ListIdMappingWorkflowsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListIdMappingWorkflowsRequest.Builder |
ListIdMappingWorkflowsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListIdMappingWorkflowsRequest.Builder |
ListIdMappingWorkflowsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListIdMappingWorkflowsRequest.Builder> |
ListIdMappingWorkflowsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.