Class KeyAttribute
- java.lang.Object
-
- com.amazonaws.services.dynamodbv2.document.Attribute
-
- com.amazonaws.services.dynamodbv2.document.KeyAttribute
-
public class KeyAttribute extends Attribute
A key attribute which consists of an attribute name and value.
-
-
Constructor Summary
Constructors Constructor Description KeyAttribute(String attrName, Object value)
A key attribute which consists of an attribute name and value.
-