Interface KeyAttributeMetadata
-
- All Known Implementing Classes:
StaticKeyAttributeMetadata
@ThreadSafe public interface KeyAttributeMetadata
A metadata class that stores information about a key attribute
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AttributeValueType
attributeValueType()
The DynamoDB type of the key attributeString
name()
The name of the key attribute
-
-
-
Method Detail
-
name
String name()
The name of the key attribute
-
attributeValueType
AttributeValueType attributeValueType()
The DynamoDB type of the key attribute
-
-