| Package | Description |
|---|---|
| software.amazon.awssdk.services.entityresolution |
Welcome to the AWS Entity Resolution API Reference.
|
| Modifier and Type | Method and Description |
|---|---|
default DeleteSchemaMappingResponse |
EntityResolutionClient.deleteSchemaMapping(Consumer<DeleteSchemaMappingRequest.Builder> deleteSchemaMappingRequest)
Deletes the
SchemaMapping with a given name. |
default DeleteSchemaMappingResponse |
EntityResolutionClient.deleteSchemaMapping(DeleteSchemaMappingRequest deleteSchemaMappingRequest)
Deletes the
SchemaMapping with a given name. |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DeleteSchemaMappingResponse> |
EntityResolutionAsyncClient.deleteSchemaMapping(Consumer<DeleteSchemaMappingRequest.Builder> deleteSchemaMappingRequest)
Deletes the
SchemaMapping with a given name. |
default CompletableFuture<DeleteSchemaMappingResponse> |
EntityResolutionAsyncClient.deleteSchemaMapping(DeleteSchemaMappingRequest deleteSchemaMappingRequest)
Deletes the
SchemaMapping with a given name. |
Copyright © 2023. All rights reserved.