Uses of Class
software.amazon.awssdk.enhanced.dynamodb.mapper.ImmutableAttribute
Packages that use ImmutableAttribute
Package
Description
-
Uses of ImmutableAttribute in software.amazon.awssdk.enhanced.dynamodb.internal.mapper
Methods in software.amazon.awssdk.enhanced.dynamodb.internal.mapper with parameters of type ImmutableAttributeModifier and TypeMethodDescriptionstatic <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 ImmutableAttributeModifier and TypeMethodDescriptionImmutableAttribute.Builder.build()Builds aStaticAttributeTagfrom the values stored in this builder.Methods in software.amazon.awssdk.enhanced.dynamodb.mapper with parameters of type ImmutableAttributeModifier and TypeMethodDescriptionStaticImmutableTableSchema.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.final 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 ImmutableAttributeModifier and TypeMethodDescriptionStaticImmutableTableSchema.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.