Package com.amazonaws.services.dynamodbv2.document
package com.amazonaws.services.dynamodbv2.document
-
ClassDescriptionA key/value pair.Used to update an attribute.The outcome of a batch get-item operation from DynamoDB.The outcome of a batch write-item operation from DynamoDB.The outcome of deleting an item from a DynamoDB table.DynamoDB Document API.Represents a condition to be compared with an attribute value.The outcome of getting an item from DynamoDB table.Thrown upon incompatible type during data conversion.Represents a secondary index on a DynamoDB table.An item in DynamoDB.A collection of
Item
's.A key attribute which consists of an attribute name and value.Simple key conditions.Can be used to listen to the event of receiving a low level result of type R from the server side.Page<T,R> A page contains a list of items; accessing methods on the list are guaranteed to be purely in-memory operations that will not block or throw exceptions because of transient network issues.Used to represent a primary key that has one or multiple key components.The outcome of putting an item to a DynamoDB table.A query filter.The outcome of query on DynamoDB table.A condition for selecting items with a range key.A scan filter.The outcome of scanning the DynamoDB table.A DynamoDB table.A collection ofTable
's (initialized with the respective table names).Used to specify one or multiple primary keys of a specific table, the attributes to be retrieved from that table, and the consistency of the read operation in aBatchGetItem
request.Used to specify items to be put and/or primary keys to be deleted from a specific table in aBatchWriteItem
request.The outcome of updating an item in a DynamoDB table.