| Package | Description | 
|---|---|
| software.amazon.awssdk.extensions.dynamodb.mappingclient.staticmapper | 
| Modifier and Type | Method and Description | 
|---|---|
| StaticTableSchema.Builder<T> | StaticTableSchema.Builder. attributes(Attribute.AttributeSupplier<T>... mappedAttributes) | 
| <T> StaticTableSchema.Builder<T> | StaticTableSchema.GenericBuilder. attributes(Attribute.AttributeSupplier<T>... mappedAttributes) | 
| StaticTableSchema.Builder<T> | StaticTableSchema.Builder. attributes(Collection<Attribute.AttributeSupplier<T>> mappedAttributes) | 
| <T> StaticTableSchema.Builder<T> | StaticTableSchema.GenericBuilder. attributes(Collection<Attribute.AttributeSupplier<T>> mappedAttributes) | 
| StaticTableSchema.Builder<T> | StaticTableSchema.Builder. extend(StaticTableSchema<? super T> superTableSchema) | 
| <T> StaticTableSchema.Builder<T> | StaticTableSchema.GenericBuilder. extend(StaticTableSchema<? super T> superTableSchema)Extends the  StaticTableSchemaof a super-class, effectively rolling all the attributes modelled by
 the super-class into theStaticTableSchemaof the sub-class. | 
| <R> StaticTableSchema.Builder<T> | StaticTableSchema.Builder. flatten(StaticTableSchema<R> otherTableSchema,
       Function<T,R> otherItemGetter,
       BiConsumer<T,R> otherItemSetter) | 
| <T,R> StaticTableSchema.Builder<T> | StaticTableSchema.GenericBuilder. flatten(StaticTableSchema<R> otherTableSchema,
       Function<T,R> otherItemGetter,
       BiConsumer<T,R> otherItemSetter) | 
| StaticTableSchema.Builder<T> | StaticTableSchema.Builder. newItemSupplier(Supplier<T> newItemSupplier) | 
| <T> StaticTableSchema.Builder<T> | StaticTableSchema.GenericBuilder. newItemSupplier(Supplier<T> newItemSupplier) | 
| StaticTableSchema.Builder<T> | StaticTableSchema.Builder. tagWith(TableTag... tableTags) | 
Copyright © 2019. All rights reserved.