com.amazonaws.services.dynamodbv2.datamodeling
Class KeyPair
java.lang.Object
com.amazonaws.services.dynamodbv2.datamodeling.KeyPair
public class KeyPair
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KeyPair
public KeyPair()
withHashKey
public KeyPair withHashKey(Object hashkey)
withRangeKey
public KeyPair withRangeKey(Object rangeKey)
setHashKey
public void setHashKey(Object hashKey)
setRangeKey
public void setRangeKey(Object rangeKey)
getHashKey
public Object getHashKey()
getRangeKey
public Object getRangeKey()
Copyright © 2016. All rights reserved.