| 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<ListSchemaMappingsResponse> |
EntityResolutionAsyncClient.listSchemaMappings(Consumer<ListSchemaMappingsRequest.Builder> listSchemaMappingsRequest)
Returns a list of all the
SchemaMappings that have been created for an AWS account. |
default ListSchemaMappingsResponse |
EntityResolutionClient.listSchemaMappings(Consumer<ListSchemaMappingsRequest.Builder> listSchemaMappingsRequest)
Returns a list of all the
SchemaMappings that have been created for an AWS account. |
default ListSchemaMappingsPublisher |
EntityResolutionAsyncClient.listSchemaMappingsPaginator(Consumer<ListSchemaMappingsRequest.Builder> listSchemaMappingsRequest)
Returns a list of all the
SchemaMappings that have been created for an AWS account. |
default ListSchemaMappingsIterable |
EntityResolutionClient.listSchemaMappingsPaginator(Consumer<ListSchemaMappingsRequest.Builder> listSchemaMappingsRequest)
Returns a list of all the
SchemaMappings that have been created for an AWS account. |
| Modifier and Type | Method and Description |
|---|---|
static ListSchemaMappingsRequest.Builder |
ListSchemaMappingsRequest.builder() |
ListSchemaMappingsRequest.Builder |
ListSchemaMappingsRequest.Builder.maxResults(Integer maxResults)
The maximum number of objects returned per page.
|
ListSchemaMappingsRequest.Builder |
ListSchemaMappingsRequest.Builder.nextToken(String nextToken)
The pagination token from the previous
ListSchemaMappings API call. |
ListSchemaMappingsRequest.Builder |
ListSchemaMappingsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListSchemaMappingsRequest.Builder |
ListSchemaMappingsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListSchemaMappingsRequest.Builder |
ListSchemaMappingsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListSchemaMappingsRequest.Builder> |
ListSchemaMappingsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.