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