com.amazonaws.services.dynamodbv2.datamodeling
Class KeyPair
java.lang.Object
com.amazonaws.services.dynamodbv2.datamodeling.KeyPair
public class KeyPair
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KeyPair
public KeyPair()
withHashKey
public KeyPair withHashKey(java.lang.Object hashkey)
withRangeKey
public KeyPair withRangeKey(java.lang.Object rangeKey)
setHashKey
public void setHashKey(java.lang.Object hashKey)
setRangeKey
public void setRangeKey(java.lang.Object rangeKey)
getHashKey
public java.lang.Object getHashKey()
getRangeKey
public java.lang.Object getRangeKey()
Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.