Uses of Class
software.amazon.awssdk.enhanced.dynamodb.mapper.StaticAttribute
-
Packages that use StaticAttribute Package Description software.amazon.awssdk.enhanced.dynamodb.mapper -
-
Uses of StaticAttribute in software.amazon.awssdk.enhanced.dynamodb.mapper
Methods in software.amazon.awssdk.enhanced.dynamodb.mapper that return StaticAttribute Modifier and Type Method Description StaticAttribute<T,R>
StaticAttribute.Builder. build()
Builds aStaticAttributeTag
from the values stored in this builder.Methods in software.amazon.awssdk.enhanced.dynamodb.mapper with parameters of type StaticAttribute Modifier and Type Method Description StaticTableSchema.Builder<T>
StaticTableSchema.Builder. addAttribute(StaticAttribute<T,?> staticAttribute)
Adds a single attribute to the table schema that can be mapped between the data item object and the database record.StaticTableSchema.Builder<T>
StaticTableSchema.Builder. attributes(StaticAttribute<T,?>... staticAttributes)
A list of attributes that can be mapped between the data item object and the database record that are to be associated with the schema.Method parameters in software.amazon.awssdk.enhanced.dynamodb.mapper with type arguments of type StaticAttribute Modifier and Type Method Description StaticTableSchema.Builder<T>
StaticTableSchema.Builder. attributes(Collection<StaticAttribute<T,?>> staticAttributes)
A list of attributes that can be mapped between the data item object and the database record that are to be associated with the schema.
-