Uses of Class
software.amazon.awssdk.services.entityresolution.model.SchemaMappingSummary
-
Packages that use SchemaMappingSummary Package Description software.amazon.awssdk.services.entityresolution.model software.amazon.awssdk.services.entityresolution.paginators -
-
Uses of SchemaMappingSummary in software.amazon.awssdk.services.entityresolution.model
Methods in software.amazon.awssdk.services.entityresolution.model that return types with arguments of type SchemaMappingSummary Modifier and Type Method Description List<SchemaMappingSummary>ListSchemaMappingsResponse. schemaList()A list ofSchemaMappingSummaryobjects, each of which contain the fieldsSchemaName,SchemaArn,CreatedAt,UpdatedAt.Methods in software.amazon.awssdk.services.entityresolution.model with parameters of type SchemaMappingSummary Modifier and Type Method Description ListSchemaMappingsResponse.BuilderListSchemaMappingsResponse.Builder. schemaList(SchemaMappingSummary... schemaList)A list ofSchemaMappingSummaryobjects, each of which contain the fieldsSchemaName,SchemaArn,CreatedAt,UpdatedAt.Method parameters in software.amazon.awssdk.services.entityresolution.model with type arguments of type SchemaMappingSummary Modifier and Type Method Description ListSchemaMappingsResponse.BuilderListSchemaMappingsResponse.Builder. schemaList(Collection<SchemaMappingSummary> schemaList)A list ofSchemaMappingSummaryobjects, each of which contain the fieldsSchemaName,SchemaArn,CreatedAt,UpdatedAt. -
Uses of SchemaMappingSummary in software.amazon.awssdk.services.entityresolution.paginators
Methods in software.amazon.awssdk.services.entityresolution.paginators that return types with arguments of type SchemaMappingSummary Modifier and Type Method Description SdkIterable<SchemaMappingSummary>ListSchemaMappingsIterable. schemaList()Returns an iterable to iterate through the paginatedListSchemaMappingsResponse.schemaList()member.SdkPublisher<SchemaMappingSummary>ListSchemaMappingsPublisher. schemaList()Returns a publisher that can be used to get a stream of data.
-