| Package | Description |
|---|---|
| com.amazonaws.services.entityresolution |
Welcome to the Entity Resolution API Reference.
|
| com.amazonaws.services.entityresolution.model |
| Modifier and Type | Method and Description |
|---|---|
ListSchemaMappingsResult |
AbstractAWSEntityResolution.listSchemaMappings(ListSchemaMappingsRequest request) |
ListSchemaMappingsResult |
AWSEntityResolutionClient.listSchemaMappings(ListSchemaMappingsRequest request)
Returns a list of all the
SchemaMappings that have been created for an Amazon Web Services account. |
ListSchemaMappingsResult |
AWSEntityResolution.listSchemaMappings(ListSchemaMappingsRequest listSchemaMappingsRequest)
Returns a list of all the
SchemaMappings that have been created for an Amazon Web Services account. |
| Modifier and Type | Method and Description |
|---|---|
Future<ListSchemaMappingsResult> |
AbstractAWSEntityResolutionAsync.listSchemaMappingsAsync(ListSchemaMappingsRequest request,
AsyncHandler<ListSchemaMappingsRequest,ListSchemaMappingsResult> asyncHandler) |
Future<ListSchemaMappingsResult> |
AWSEntityResolutionAsyncClient.listSchemaMappingsAsync(ListSchemaMappingsRequest request,
AsyncHandler<ListSchemaMappingsRequest,ListSchemaMappingsResult> asyncHandler) |
Future<ListSchemaMappingsResult> |
AWSEntityResolutionAsync.listSchemaMappingsAsync(ListSchemaMappingsRequest listSchemaMappingsRequest,
AsyncHandler<ListSchemaMappingsRequest,ListSchemaMappingsResult> asyncHandler)
Returns a list of all the
SchemaMappings that have been created for an Amazon Web Services account. |
| Modifier and Type | Method and Description |
|---|---|
ListSchemaMappingsResult |
ListSchemaMappingsResult.clone() |
ListSchemaMappingsResult |
ListSchemaMappingsResult.withNextToken(String nextToken)
The pagination token from the previous API call.
|
ListSchemaMappingsResult |
ListSchemaMappingsResult.withSchemaList(Collection<SchemaMappingSummary> schemaList)
A list of
SchemaMappingSummary objects, each of which contain the fields SchemaName,
SchemaArn, CreatedAt, UpdatedAt. |
ListSchemaMappingsResult |
ListSchemaMappingsResult.withSchemaList(SchemaMappingSummary... schemaList)
A list of
SchemaMappingSummary objects, each of which contain the fields SchemaName,
SchemaArn, CreatedAt, UpdatedAt. |
Copyright © 2024. All rights reserved.