public interface DynamoDBQueryExecutorInitContext<K,V>
Modifier and Type | Method and Description |
---|---|
com.amazonaws.services.dynamodbv2.document.Index |
getDynamoDBIndex(String attributeName)
Returns the DynamoDB index for the specified attribute name.
|
DynamoDBItemTransformer<K,V> |
getDynamoDBItemTransformer()
Returns the configured DynamoDB item transformer.
|
DynamoDBItemTransformer<K,V> getDynamoDBItemTransformer()
com.amazonaws.services.dynamodbv2.document.Index getDynamoDBIndex(String attributeName)
attributeName
- The attribute name.null
if not found.Copyright © 2017 Connect2id Ltd.. All Rights Reserved.