| Package | Description |
|---|---|
| com.amazonaws.services.entityresolution |
Welcome to the Entity Resolution API Reference.
|
| com.amazonaws.services.entityresolution.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateSchemaMappingResult> |
AbstractAWSEntityResolutionAsync.updateSchemaMappingAsync(UpdateSchemaMappingRequest request,
AsyncHandler<UpdateSchemaMappingRequest,UpdateSchemaMappingResult> asyncHandler) |
Future<UpdateSchemaMappingResult> |
AWSEntityResolutionAsync.updateSchemaMappingAsync(UpdateSchemaMappingRequest updateSchemaMappingRequest,
AsyncHandler<UpdateSchemaMappingRequest,UpdateSchemaMappingResult> asyncHandler)
Updates a schema mapping.
|
Future<UpdateSchemaMappingResult> |
AWSEntityResolutionAsyncClient.updateSchemaMappingAsync(UpdateSchemaMappingRequest request,
AsyncHandler<UpdateSchemaMappingRequest,UpdateSchemaMappingResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateSchemaMappingRequest |
UpdateSchemaMappingRequest.clone() |
UpdateSchemaMappingRequest |
UpdateSchemaMappingRequest.withDescription(String description)
A description of the schema.
|
UpdateSchemaMappingRequest |
UpdateSchemaMappingRequest.withMappedInputFields(Collection<SchemaInputAttribute> mappedInputFields)
A list of
MappedInputFields. |
UpdateSchemaMappingRequest |
UpdateSchemaMappingRequest.withMappedInputFields(SchemaInputAttribute... mappedInputFields)
A list of
MappedInputFields. |
UpdateSchemaMappingRequest |
UpdateSchemaMappingRequest.withSchemaName(String schemaName)
The name of the schema.
|
Copyright © 2024. All rights reserved.