| Package | Description |
|---|---|
| software.amazon.awssdk.services.entityresolution |
Welcome to the Entity Resolution API Reference.
|
| software.amazon.awssdk.services.entityresolution.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListSchemaMappingsResponse |
EntityResolutionClient.listSchemaMappings(Consumer<ListSchemaMappingsRequest.Builder> listSchemaMappingsRequest)
Returns a list of all the
SchemaMappings that have been created for an Amazon Web Services account. |
default ListSchemaMappingsResponse |
EntityResolutionClient.listSchemaMappings(ListSchemaMappingsRequest listSchemaMappingsRequest)
Returns a list of all the
SchemaMappings that have been created for an Amazon Web Services account. |
| 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 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. |
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListSchemaMappingsResponse> |
ListSchemaMappingsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListSchemaMappingsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListSchemaMappingsResponse> subscriber) |
Copyright © 2023. All rights reserved.