Package | Description |
---|---|
software.amazon.awssdk.enhanced.dynamodb.internal.mapper | |
software.amazon.awssdk.enhanced.dynamodb.mapper |
Modifier and Type | Method and Description |
---|---|
static <T,R> ResolvedStaticAttribute<T> |
ResolvedStaticAttribute.create(StaticAttribute<T,R> staticAttribute,
AttributeType<R> attributeType) |
Modifier and Type | Method and Description |
---|---|
StaticAttribute<T,R> |
StaticAttribute.Builder.build()
Builds a
StaticAttributeTag from the values stored in this builder. |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Copyright © 2020. All rights reserved.