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@interfaceInterface for marking a class property as an attribute in a DynamoDB table.@interfaceAnnotation for marking a hash key or range key property in a class to auto-generate this key.@interfaceAnnotation for marking a property as auto-generatable.@interfaceAn annotation that marks a class which can be serialized to a DynamoDB document or sub-document.@interfaceAnnotation for marking a property as the hash key for a modeled class.@interfaceAnnotation for marking a class property as non-modeled.@interfaceAnnotation 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.@interfaceAnnotation 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.@interfaceAnnotation to mark a property as using a custom marshaller.@interfaceAn annotation that marks abooleanorBooleanattribute of a modeled class which should be serialized as a DynamoDB BOOL.@interfaceAnnotation for marking a property in a class as the range key for a DynamoDB table.@interfaceAnnotation to mark a class as a DynamoDB table.@interfaceAnnotation for marking a property as an optimistic locking version attribute.