Class KeyAttribute
java.lang.Object
com.amazonaws.services.dynamodbv2.document.Attribute
com.amazonaws.services.dynamodbv2.document.KeyAttribute
A key attribute which consists of an attribute name and value.
-
Constructor Summary
ConstructorsConstructorDescriptionKeyAttribute
(String attrName, Object value) A key attribute which consists of an attribute name and value. -
Method Summary
-
Constructor Details
-
KeyAttribute
A key attribute which consists of an attribute name and value.
-