Uses of Class
software.amazon.awssdk.enhanced.dynamodb.mapper.StaticTableSchema
Packages that use StaticTableSchema
-
Uses of StaticTableSchema in software.amazon.awssdk.enhanced.dynamodb.mapper
Methods in software.amazon.awssdk.enhanced.dynamodb.mapper that return StaticTableSchemaModifier and TypeMethodDescriptionStaticTableSchema.Builder.build()Builds aStaticTableSchemabased on the values this builder has been configured withStaticTableSchema.Builder.build(ExecutionContext context) Builds aStaticTableSchemabased on the values this builder has been configured withMethods in software.amazon.awssdk.enhanced.dynamodb.mapper with parameters of type StaticTableSchemaModifier and TypeMethodDescriptionStaticTableSchema.Builder.extend(StaticTableSchema<? super T> superTableSchema) Extends theStaticTableSchemaof a super-class, effectively rolling all the attributes modelled by the super-class into theStaticTableSchemaof the sub-class.