Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.dynamodbv2.datamodeling
Annotation Type DynamoDBAutoGeneratedKey


@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface DynamoDBAutoGeneratedKey

Annotation for marking a hash key or range key property in a class to auto-generate this key. Only String typed keys can be auto generated, and are given a random UUID.

See Also:
UUID



Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.