@Retention(RUNTIME) @Target({FIELD,METHOD,ANNOTATION_TYPE}) public @interface DynamoDbKeyed
@DynamoDBKeyed(KeyType.HASH) public UUID getKey()
Alternately, the short-formed DynamoDbHashKey, and
DynamoDbRangeKey may be used directly on the field/getter.
May be used as a meta-annotation.
KeyType value
HASH or RANGE.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.