| Modifier and Type | Method and Description |
|---|---|
AttributeValueType |
KeyAttributeMetadata.attributeValueType()
The DynamoDB type of the key attribute
|
AttributeValueType |
AttributeConverter.attributeValueType()
The
AttributeValueType that a converter stores and reads values
from DynamoDB via the AttributeValue class. |
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 |
|---|---|
T |
TypeConvertingVisitor.defaultConvert(AttributeValueType type,
Object value)
This is invoked by default if a different "convert" method is not overridden.
|
| Modifier and Type | Method and Description |
|---|---|
Consumer<StaticTableMetadata.Builder> |
AtomicCounterTag.modifyMetadata(String attributeName,
AttributeValueType attributeValueType) |
| Modifier and Type | Method and Description |
|---|---|
AttributeValueType |
StaticKeyAttributeMetadata.attributeValueType() |
AttributeValueType |
StaticAttributeType.attributeValueType() |
AttributeValueType |
AttributeType.attributeValueType() |
| Modifier and Type | Method and Description |
|---|---|
static StaticKeyAttributeMetadata |
StaticKeyAttributeMetadata.create(String name,
AttributeValueType attributeValueType) |
Consumer<StaticTableMetadata.Builder> |
UpdateBehaviorTag.modifyMetadata(String attributeName,
AttributeValueType attributeValueType) |
| Modifier and Type | Method and Description |
|---|---|
StaticTableMetadata.Builder |
StaticTableMetadata.Builder.addIndexPartitionKey(String indexName,
String attributeName,
AttributeValueType attributeValueType)
Adds information about a partition key associated with a specific index.
|
StaticTableMetadata.Builder |
StaticTableMetadata.Builder.addIndexSortKey(String indexName,
String attributeName,
AttributeValueType attributeValueType)
Adds information about a sort key associated with a specific index.
|
StaticTableMetadata.Builder |
StaticTableMetadata.Builder.markAttributeAsKey(String attributeName,
AttributeValueType attributeValueType)
Declares a 'key-like' attribute that is not an actual DynamoDB key.
|
Consumer<StaticTableMetadata.Builder> |
StaticAttributeTag.modifyMetadata(String attributeName,
AttributeValueType attributeValueType)
A function that modifies an existing
StaticTableSchema.Builder when this tag is applied to a specific
attribute. |
default <R> void |
StaticAttributeTag.validateType(String attributeName,
EnhancedType<R> enhancedType,
AttributeValueType attributeValueType)
Function that validates the Converted return type is suitable for the extension.
|
Copyright © 2023. All rights reserved.