| 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<CreateSchemaMappingResult> |
AbstractAWSEntityResolutionAsync.createSchemaMappingAsync(CreateSchemaMappingRequest request,
AsyncHandler<CreateSchemaMappingRequest,CreateSchemaMappingResult> asyncHandler) |
Future<CreateSchemaMappingResult> |
AWSEntityResolutionAsyncClient.createSchemaMappingAsync(CreateSchemaMappingRequest request,
AsyncHandler<CreateSchemaMappingRequest,CreateSchemaMappingResult> asyncHandler) |
Future<CreateSchemaMappingResult> |
AWSEntityResolutionAsync.createSchemaMappingAsync(CreateSchemaMappingRequest createSchemaMappingRequest,
AsyncHandler<CreateSchemaMappingRequest,CreateSchemaMappingResult> asyncHandler)
Creates a schema mapping, which defines the schema of the input customer records table.
|
| Modifier and Type | Method and Description |
|---|---|
CreateSchemaMappingRequest |
CreateSchemaMappingRequest.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateSchemaMappingRequest |
CreateSchemaMappingRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
CreateSchemaMappingRequest |
CreateSchemaMappingRequest.clone() |
CreateSchemaMappingRequest |
CreateSchemaMappingRequest.withDescription(String description)
A description of the schema.
|
CreateSchemaMappingRequest |
CreateSchemaMappingRequest.withMappedInputFields(Collection<SchemaInputAttribute> mappedInputFields)
A list of
MappedInputFields. |
CreateSchemaMappingRequest |
CreateSchemaMappingRequest.withMappedInputFields(SchemaInputAttribute... mappedInputFields)
A list of
MappedInputFields. |
CreateSchemaMappingRequest |
CreateSchemaMappingRequest.withSchemaName(String schemaName)
The name of the schema.
|
CreateSchemaMappingRequest |
CreateSchemaMappingRequest.withTags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
|
Copyright © 2024. All rights reserved.