| Package | Description |
|---|---|
| com.amazonaws.services.entityresolution |
Welcome to the Entity Resolution API Reference.
|
| com.amazonaws.services.entityresolution.model |
| Modifier and Type | Method and Description |
|---|---|
GetSchemaMappingResult |
AbstractAWSEntityResolution.getSchemaMapping(GetSchemaMappingRequest request) |
GetSchemaMappingResult |
AWSEntityResolution.getSchemaMapping(GetSchemaMappingRequest getSchemaMappingRequest)
Returns the SchemaMapping of a given name.
|
GetSchemaMappingResult |
AWSEntityResolutionClient.getSchemaMapping(GetSchemaMappingRequest request)
Returns the SchemaMapping of a given name.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetSchemaMappingResult> |
AbstractAWSEntityResolutionAsync.getSchemaMappingAsync(GetSchemaMappingRequest request,
AsyncHandler<GetSchemaMappingRequest,GetSchemaMappingResult> asyncHandler) |
Future<GetSchemaMappingResult> |
AWSEntityResolutionAsync.getSchemaMappingAsync(GetSchemaMappingRequest getSchemaMappingRequest,
AsyncHandler<GetSchemaMappingRequest,GetSchemaMappingResult> asyncHandler)
Returns the SchemaMapping of a given name.
|
Future<GetSchemaMappingResult> |
AWSEntityResolutionAsyncClient.getSchemaMappingAsync(GetSchemaMappingRequest request,
AsyncHandler<GetSchemaMappingRequest,GetSchemaMappingResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetSchemaMappingResult |
GetSchemaMappingResult.addTagsEntry(String key,
String value)
Add a single Tags entry
|
GetSchemaMappingResult |
GetSchemaMappingResult.clearTagsEntries()
Removes all the entries added into Tags.
|
GetSchemaMappingResult |
GetSchemaMappingResult.clone() |
GetSchemaMappingResult |
GetSchemaMappingResult.withCreatedAt(Date createdAt)
The timestamp of when the
SchemaMapping was created. |
GetSchemaMappingResult |
GetSchemaMappingResult.withDescription(String description)
A description of the schema.
|
GetSchemaMappingResult |
GetSchemaMappingResult.withHasWorkflows(Boolean hasWorkflows)
Specifies whether the schema mapping has been applied to a workflow.
|
GetSchemaMappingResult |
GetSchemaMappingResult.withMappedInputFields(Collection<SchemaInputAttribute> mappedInputFields)
A list of
MappedInputFields. |
GetSchemaMappingResult |
GetSchemaMappingResult.withMappedInputFields(SchemaInputAttribute... mappedInputFields)
A list of
MappedInputFields. |
GetSchemaMappingResult |
GetSchemaMappingResult.withSchemaArn(String schemaArn)
The ARN (Amazon Resource Name) that Entity Resolution generated for the SchemaMapping.
|
GetSchemaMappingResult |
GetSchemaMappingResult.withSchemaName(String schemaName)
The name of the schema.
|
GetSchemaMappingResult |
GetSchemaMappingResult.withTags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
|
GetSchemaMappingResult |
GetSchemaMappingResult.withUpdatedAt(Date updatedAt)
The timestamp of when the
SchemaMapping was last updated. |
Copyright © 2025. All rights reserved.