| Package | Description |
|---|---|
| software.amazon.awssdk.services.entityresolution.model | |
| software.amazon.awssdk.services.entityresolution.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<SchemaMappingSummary> |
ListSchemaMappingsResponse.schemaList()
A list of
SchemaMappingSummary objects, each of which contain the fields SchemaName,
SchemaArn, CreatedAt, UpdatedAt. |
| Modifier and Type | Method and Description |
|---|---|
ListSchemaMappingsResponse.Builder |
ListSchemaMappingsResponse.Builder.schemaList(SchemaMappingSummary... schemaList)
A list of
SchemaMappingSummary objects, each of which contain the fields SchemaName, SchemaArn, CreatedAt, UpdatedAt. |
| Modifier and Type | Method and Description |
|---|---|
ListSchemaMappingsResponse.Builder |
ListSchemaMappingsResponse.Builder.schemaList(Collection<SchemaMappingSummary> schemaList)
A list of
SchemaMappingSummary objects, each of which contain the fields SchemaName, SchemaArn, CreatedAt, UpdatedAt. |
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<SchemaMappingSummary> |
ListSchemaMappingsPublisher.schemaList()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<SchemaMappingSummary> |
ListSchemaMappingsIterable.schemaList()
Returns an iterable to iterate through the paginated
ListSchemaMappingsResponse.schemaList() member. |
Copyright © 2023. All rights reserved.