@Retention(value=RUNTIME) @Target(value={FIELD,METHOD}) public @interface DynamoDBRangeKey
This annotation is required for tables that use a range key.
| Modifier and Type | Optional Element and Description | 
|---|---|
| String | attributeNameOptional parameter when the name of the attribute as stored in DynamoDB
 should differ from the name used by the getter / setter. | 
public abstract String attributeName
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.