com.amazonaws.services.dynamodbv2.datamodeling
Class KeyPair

java.lang.Object
  extended by com.amazonaws.services.dynamodbv2.datamodeling.KeyPair

public class KeyPair
extends java.lang.Object


Constructor Summary
KeyPair()
           
 
Method Summary
 java.lang.Object getHashKey()
           
 java.lang.Object getRangeKey()
           
 void setHashKey(java.lang.Object hashKey)
           
 void setRangeKey(java.lang.Object rangeKey)
           
 KeyPair withHashKey(java.lang.Object hashkey)
           
 KeyPair withRangeKey(java.lang.Object rangeKey)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeyPair

public KeyPair()
Method Detail

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.