Uses of Class
software.amazon.awssdk.enhanced.dynamodb.mapper.ImmutableAttribute
-
Packages that use ImmutableAttribute Package Description software.amazon.awssdk.enhanced.dynamodb.internal.mapper software.amazon.awssdk.enhanced.dynamodb.mapper -
-
Uses of ImmutableAttribute in software.amazon.awssdk.enhanced.dynamodb.internal.mapper
Methods in software.amazon.awssdk.enhanced.dynamodb.internal.mapper with parameters of type ImmutableAttribute Modifier and Type Method Description static <T,B,R>
ResolvedImmutableAttribute<T,B>ResolvedImmutableAttribute. create(ImmutableAttribute<T,B,R> immutableAttribute, AttributeConverter<R> attributeConverter)
-
Uses of ImmutableAttribute in software.amazon.awssdk.enhanced.dynamodb.mapper
Methods in software.amazon.awssdk.enhanced.dynamodb.mapper that return ImmutableAttribute Modifier and Type Method Description ImmutableAttribute<T,B,R>
ImmutableAttribute.Builder. build()
Builds aStaticAttributeTag
from the values stored in this builder.Methods in software.amazon.awssdk.enhanced.dynamodb.mapper with parameters of type ImmutableAttribute Modifier and Type Method Description StaticImmutableTableSchema.Builder<T,B>
StaticImmutableTableSchema.Builder. addAttribute(ImmutableAttribute<T,B,?> immutableAttribute)
Adds a single attribute to the table schema that can be mapped between the data item object and the database record.StaticImmutableTableSchema.Builder<T,B>
StaticImmutableTableSchema.Builder. attributes(ImmutableAttribute<T,B,?>... immutableAttributes)
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 ImmutableAttribute Modifier and Type Method Description StaticImmutableTableSchema.Builder<T,B>
StaticImmutableTableSchema.Builder. attributes(Collection<ImmutableAttribute<T,B,?>> immutableAttributes)
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.
-