| Package | Description |
|---|---|
| com.amazonaws.services.entityresolution |
Welcome to the Entity Resolution API Reference.
|
| com.amazonaws.services.entityresolution.model |
| Modifier and Type | Method and Description |
|---|---|
CreateSchemaMappingResult |
AbstractAWSEntityResolution.createSchemaMapping(CreateSchemaMappingRequest request) |
CreateSchemaMappingResult |
AWSEntityResolution.createSchemaMapping(CreateSchemaMappingRequest createSchemaMappingRequest)
Creates a schema mapping, which defines the schema of the input customer records table.
|
CreateSchemaMappingResult |
AWSEntityResolutionClient.createSchemaMapping(CreateSchemaMappingRequest request)
Creates a schema mapping, which defines the schema of the input customer records table.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateSchemaMappingResult> |
AbstractAWSEntityResolutionAsync.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.
|
Future<CreateSchemaMappingResult> |
AWSEntityResolutionAsyncClient.createSchemaMappingAsync(CreateSchemaMappingRequest request,
AsyncHandler<CreateSchemaMappingRequest,CreateSchemaMappingResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateSchemaMappingResult |
CreateSchemaMappingResult.clone() |
CreateSchemaMappingResult |
CreateSchemaMappingResult.withDescription(String description)
A description of the schema.
|
CreateSchemaMappingResult |
CreateSchemaMappingResult.withMappedInputFields(Collection<SchemaInputAttribute> mappedInputFields)
A list of
MappedInputFields. |
CreateSchemaMappingResult |
CreateSchemaMappingResult.withMappedInputFields(SchemaInputAttribute... mappedInputFields)
A list of
MappedInputFields. |
CreateSchemaMappingResult |
CreateSchemaMappingResult.withSchemaArn(String schemaArn)
The ARN (Amazon Resource Name) that Entity Resolution generated for the
SchemaMapping. |
CreateSchemaMappingResult |
CreateSchemaMappingResult.withSchemaName(String schemaName)
The name of the schema.
|
Copyright © 2024. All rights reserved.