public class KeyPair
extends java.lang.Object
| Constructor and Description | 
|---|
KeyPair()  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.Object | 
getHashKey()  | 
java.lang.Object | 
getRangeKey()  | 
void | 
setHashKey(java.lang.Object hashKey)
set the hash key. 
 | 
void | 
setRangeKey(java.lang.Object rangeKey)
sets the range key. 
 | 
KeyPair | 
withHashKey(java.lang.Object hashkey)
sets the hash key 
 | 
KeyPair | 
withRangeKey(java.lang.Object rangeKey)
sets the range key 
 | 
public KeyPair withHashKey(java.lang.Object hashkey)
hashkey - the hash keyKeyPairpublic KeyPair withRangeKey(java.lang.Object rangeKey)
rangeKey - the range keyKeyPairpublic void setHashKey(java.lang.Object hashKey)
hashKey - the hash key.public void setRangeKey(java.lang.Object rangeKey)
rangeKey - the range keypublic java.lang.Object getHashKey()
public java.lang.Object getRangeKey()
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.