Uses of Annotation Type
com.amazonaws.services.dynamodbv2.datamodeling.DynamoDB
Packages that use DynamoDB
-
Uses of DynamoDB in com.amazonaws.services.dynamodbv2.datamodeling
Classes in com.amazonaws.services.dynamodbv2.datamodeling with annotations of type DynamoDBModifier and TypeClassDescription@interface
Interface for marking a class property as an attribute in a DynamoDB table.@interface
Annotation for marking a hash key or range key property in a class to auto-generate this key.@interface
Annotation for marking a property as auto-generatable.@interface
An annotation that marks a class which can be serialized to a DynamoDB document or sub-document.@interface
Annotation for marking a property as the hash key for a modeled class.@interface
Annotation for marking a class property as non-modeled.@interface
Annotation for marking a property in a class as the attribute to be used as the hash key for one or more global secondary indexes on a DynamoDB table.@interface
Annotation for marking a property in a class as the attribute to be used as range key for one or more local secondary indexes on a DynamoDB table.@interface
Annotation to mark a property as using a custom marshaller.@interface
An annotation that marks aboolean
orBoolean
attribute of a modeled class which should be serialized as a DynamoDB BOOL.@interface
Annotation for marking a property in a class as the range key for a DynamoDB table.@interface
Annotation to mark a class as a DynamoDB table.@interface
Annotation for marking a property as an optimistic locking version attribute.