| Package | Description |
|---|---|
| software.amazon.awssdk.services.entityresolution |
Welcome to the Entity Resolution API Reference.
|
| software.amazon.awssdk.services.entityresolution.paginators | |
| software.amazon.awssdk.services.entityresolution.transform |
| Modifier and Type | Method and Description |
|---|---|
default ListSchemaMappingsResponse |
EntityResolutionClient.listSchemaMappings(ListSchemaMappingsRequest listSchemaMappingsRequest)
Returns a list of all the
SchemaMappings that have been created for an Amazon Web Services account. |
default CompletableFuture<ListSchemaMappingsResponse> |
EntityResolutionAsyncClient.listSchemaMappings(ListSchemaMappingsRequest listSchemaMappingsRequest)
Returns a list of all the
SchemaMappings that have been created for an Amazon Web Services account. |
default ListSchemaMappingsIterable |
EntityResolutionClient.listSchemaMappingsPaginator(ListSchemaMappingsRequest listSchemaMappingsRequest)
Returns a list of all the
SchemaMappings that have been created for an Amazon Web Services account. |
default ListSchemaMappingsPublisher |
EntityResolutionAsyncClient.listSchemaMappingsPaginator(ListSchemaMappingsRequest listSchemaMappingsRequest)
Returns a list of all the
SchemaMappings that have been created for an Amazon Web Services account. |
| Constructor and Description |
|---|
ListSchemaMappingsIterable(EntityResolutionClient client,
ListSchemaMappingsRequest firstRequest) |
ListSchemaMappingsPublisher(EntityResolutionAsyncClient client,
ListSchemaMappingsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListSchemaMappingsRequestMarshaller.marshall(ListSchemaMappingsRequest listSchemaMappingsRequest) |
Copyright © 2023. All rights reserved.