Package com.amazonaws.services.dynamodbv2.datamodeling

Interface Summary
ArgumentUnmarshaller Deprecated. These classes have been deprecated, please use the classes in the com.amazonaws.mobileconnectors namespace.
AttributeTransformer Deprecated. These classes have been deprecated, please use the classes in the com.amazonaws.mobileconnectors namespace.
AttributeTransformer.Parameters<T> Parameters for the transform and untransform methods, so we don't have to break the interface in order to add additional parameters.
DynamoDBMarshaller<T> Deprecated. These classes have been deprecated, please use the classes in the com.amazonaws.mobileconnectors namespace.
 

Class Summary
AttributeTransformerChain Deprecated. These classes have been deprecated, please use the classes in the com.amazonaws.mobileconnectors namespace.
DynamoDBDeleteExpression Deprecated. These classes have been deprecated, please use the classes in the com.amazonaws.mobileconnectors namespace.
DynamoDBMapper Deprecated. These classes have been deprecated, please use the classes in the com.amazonaws.mobileconnectors namespace.
DynamoDBMapper.FailedBatch The return type of batchWrite, batchDelete and batchSave.
DynamoDBMapperConfig Deprecated. These classes have been deprecated, please use the classes in the com.amazonaws.mobileconnectors namespace.
DynamoDBMapperConfig.TableNameOverride Allows overriding the table name declared on a domain class by the DynamoDBTable annotation.
DynamoDBQueryExpression<T> Deprecated. These classes have been deprecated, please use the classes in the com.amazonaws.mobileconnectors namespace.
DynamoDBReflector Deprecated. These classes have been deprecated, please use the classes in the com.amazonaws.mobileconnectors namespace.
DynamoDBSaveExpression Deprecated. These classes have been deprecated, please use the classes in the com.amazonaws.mobileconnectors namespace.
DynamoDBScanExpression Deprecated. These classes have been deprecated, please use the classes in the com.amazonaws.mobileconnectors namespace.
DynamoDBTableSchemaParser Deprecated. These classes have been deprecated, please use the classes in the com.amazonaws.mobileconnectors namespace.
JsonMarshaller<T> Deprecated. These classes have been deprecated, please use the classes in the com.amazonaws.mobileconnectors namespace.
KeyPair  
PaginatedList<T> Unmodifiable list supporting paginated result sets from Amazon DynamoDB.
PaginatedParallelScanList<T> Deprecated. These classes have been deprecated, please use the classes in the com.amazonaws.mobileconnectors namespace.
PaginatedQueryList<T> Deprecated. These classes have been deprecated, please use the classes in the com.amazonaws.mobileconnectors namespace.
PaginatedScanList<T> Deprecated. These classes have been deprecated, please use the classes in the com.amazonaws.mobileconnectors namespace.
ParallelScanTask  
QueryResultPage<T> Deprecated. These classes have been deprecated, please use the classes in the com.amazonaws.mobileconnectors namespace.
S3ClientCache Deprecated. These classes have been deprecated, please use the classes in the com.amazonaws.mobileconnectors namespace.
S3Link Deprecated. These classes have been deprecated, please use the classes in the com.amazonaws.mobileconnectors namespace.
ScanResultPage<T> Deprecated. These classes have been deprecated, please use the classes in the com.amazonaws.mobileconnectors namespace.
 

Enum Summary
DynamoDBMapperConfig.ConsistentReads Enumeration of consistent read behavior.
DynamoDBMapperConfig.PaginationLoadingStrategy Enumeration of pagination loading strategy.
DynamoDBMapperConfig.SaveBehavior Enumeration of behaviors for the save operation.
 

Exception Summary
DynamoDBMappingException Deprecated. These classes have been deprecated, please use the classes in the com.amazonaws.mobileconnectors namespace.
 

Annotation Types Summary
DynamoDBAttribute Interface for marking a class property as an attribute in a DynamoDB table.
DynamoDBAutoGeneratedKey Annotation for marking a hash key or range key property in a class to auto-generate this key.
DynamoDBHashKey Annotation for marking a property as the hash key for a modeled class.
DynamoDBIgnore Annotation for marking a class property as non-modeled.
DynamoDBIndexHashKey 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.
DynamoDBIndexRangeKey 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.
DynamoDBMarshalling Annotation to mark a property as using a custom marshaller.
DynamoDBRangeKey Annotation for marking a property in a class as the range key for a DynamoDB table.
DynamoDBTable Annotation to mark a class as a DynamoDB table.
DynamoDBVersionAttribute Annotation for marking a property as an optimistic locking version attribute.
 



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