| Package | Description |
|---|---|
| software.amazon.awssdk.extensions.dynamodb.mappingclient.core | |
| software.amazon.awssdk.extensions.dynamodb.mappingclient.staticmapper |
| Modifier and Type | Method and Description |
|---|---|
static AttributeValueType |
AttributeValueType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AttributeValueType[] |
AttributeValueType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> AttributeType<T> |
AttributeType.create(Function<T,AttributeValue> objectTransformer,
Function<AttributeValue,T> attributeValueTransformer,
AttributeValueType attributeValueType) |
protected abstract Map<String,Object> |
AttributeTag.customMetadataForAttribute(String attributeName,
AttributeValueType attributeValueType)
Attribute tags are recorded in the
TableMetadata
object as custom metadata objects with a string key and a flexible value type. |
Copyright © 2020. All rights reserved.