Uses of Class
software.amazon.awssdk.enhanced.dynamodb.mapper.StaticTableSchema
-
Packages that use StaticTableSchema Package Description software.amazon.awssdk.enhanced.dynamodb.mapper -
-
Uses of StaticTableSchema in software.amazon.awssdk.enhanced.dynamodb.mapper
Methods in software.amazon.awssdk.enhanced.dynamodb.mapper that return StaticTableSchema Modifier and Type Method Description StaticTableSchema<T>
StaticTableSchema.Builder. build()
Builds aStaticTableSchema
based on the values this builder has been configured withMethods in software.amazon.awssdk.enhanced.dynamodb.mapper with parameters of type StaticTableSchema Modifier and Type Method Description StaticTableSchema.Builder<T>
StaticTableSchema.Builder. extend(StaticTableSchema<? super T> superTableSchema)
Extends theStaticTableSchema
of a super-class, effectively rolling all the attributes modelled by the super-class into theStaticTableSchema
of the sub-class.
-