Uses of Class
software.amazon.awssdk.enhanced.dynamodb.mapper.StaticAttribute
Packages that use StaticAttribute
-
Uses of StaticAttribute in software.amazon.awssdk.enhanced.dynamodb.mapper
Methods in software.amazon.awssdk.enhanced.dynamodb.mapper that return StaticAttributeModifier and TypeMethodDescriptionStaticAttribute.Builder.build()Builds aStaticAttributeTagfrom the values stored in this builder.Methods in software.amazon.awssdk.enhanced.dynamodb.mapper with parameters of type StaticAttributeModifier and TypeMethodDescriptionStaticTableSchema.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.final 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 StaticAttributeModifier and TypeMethodDescriptionStaticTableSchema.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.