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