Class KeyPair
- java.lang.Object
-
- com.amazonaws.services.dynamodbv2.datamodeling.KeyPair
-
public class KeyPair extends Object
-
-
Constructor Summary
Constructors Constructor Description KeyPair()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
getHashKey()
Object
getRangeKey()
void
setHashKey(Object hashKey)
void
setRangeKey(Object rangeKey)
KeyPair
withHashKey(Object hashkey)
KeyPair
withRangeKey(Object rangeKey)
-