|
Did this page help you?Yes No Tell us about it... |
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.services.dynamodb.datamodeling.KeyPair
@Deprecated public class KeyPair
| Constructor Summary | |
|---|---|
KeyPair()
Deprecated. |
|
| Method Summary | |
|---|---|
Object |
getHashKey()
Deprecated. |
Object |
getRangeKey()
Deprecated. |
void |
setHashKey(Object hashKey)
Deprecated. |
void |
setRangeKey(Object rangeKey)
Deprecated. |
KeyPair |
withHashKey(Object hashkey)
Deprecated. |
KeyPair |
withRangeKey(Object rangeKey)
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public KeyPair()
| Method Detail |
|---|
public KeyPair withHashKey(Object hashkey)
public KeyPair withRangeKey(Object rangeKey)
public void setHashKey(Object hashKey)
public void setRangeKey(Object rangeKey)
public Object getHashKey()
public Object getRangeKey()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||