| Package | Description |
|---|---|
| com.amazonaws.services.entityresolution.model |
| Modifier and Type | Method and Description |
|---|---|
SchemaMappingSummary |
SchemaMappingSummary.clone() |
SchemaMappingSummary |
SchemaMappingSummary.withCreatedAt(Date createdAt)
The timestamp of when the
SchemaMapping was created. |
SchemaMappingSummary |
SchemaMappingSummary.withHasWorkflows(Boolean hasWorkflows)
Specifies whether the schema mapping has been applied to a workflow.
|
SchemaMappingSummary |
SchemaMappingSummary.withSchemaArn(String schemaArn)
The ARN (Amazon Resource Name) that Entity Resolution generated for the
SchemaMapping. |
SchemaMappingSummary |
SchemaMappingSummary.withSchemaName(String schemaName)
The name of the schema.
|
SchemaMappingSummary |
SchemaMappingSummary.withUpdatedAt(Date updatedAt)
The timestamp of when the
SchemaMapping was last updated. |
| Modifier and Type | Method and Description |
|---|---|
List<SchemaMappingSummary> |
ListSchemaMappingsResult.getSchemaList()
A list of
SchemaMappingSummary objects, each of which contain the fields SchemaName,
SchemaArn, CreatedAt, UpdatedAt. |
| Modifier and Type | Method and Description |
|---|---|
ListSchemaMappingsResult |
ListSchemaMappingsResult.withSchemaList(SchemaMappingSummary... schemaList)
A list of
SchemaMappingSummary objects, each of which contain the fields SchemaName,
SchemaArn, CreatedAt, UpdatedAt. |
| Modifier and Type | Method and Description |
|---|---|
void |
ListSchemaMappingsResult.setSchemaList(Collection<SchemaMappingSummary> schemaList)
A list of
SchemaMappingSummary objects, each of which contain the fields SchemaName,
SchemaArn, CreatedAt, UpdatedAt. |
ListSchemaMappingsResult |
ListSchemaMappingsResult.withSchemaList(Collection<SchemaMappingSummary> schemaList)
A list of
SchemaMappingSummary objects, each of which contain the fields SchemaName,
SchemaArn, CreatedAt, UpdatedAt. |
Copyright © 2025. All rights reserved.