public final class DynamoDBHashKeySpec extends Object
On creating composite keys with 2+ columns: https://stackoverflow.com/questions/32317994
Constructor and Description |
---|
DynamoDBHashKeySpec(String hashKeyName,
String hashKeyValue)
Creates a new DynamoDB hash key spec.
|
Modifier and Type | Method and Description |
---|---|
String |
getHashKeyName()
Returns the hash key name.
|
String |
getHashKeyValue()
Returns the hash key value.
|
public DynamoDBHashKeySpec(String hashKeyName, String hashKeyValue)
hashKeyName
- The hash key name.hashKeyValue
- The hash key value.public String getHashKeyName()
public String getHashKeyValue()
Copyright © 2017 Connect2id Ltd.. All Rights Reserved.