Uses of Package
com.amazonaws.services.dynamodbv2.document
Packages that use com.amazonaws.services.dynamodbv2.document
Package
Description
-
Classes in com.amazonaws.services.dynamodbv2.document used by com.amazonaws.services.dynamodbv2.documentClassDescriptionA 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.Represents a condition to be compared with an attribute value.The outcome of getting an item from DynamoDB table.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.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. -
Classes in com.amazonaws.services.dynamodbv2.document used by com.amazonaws.services.dynamodbv2.document.apiClassDescriptionUsed 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.Represents a condition to be compared with an attribute value.The outcome of getting an item from DynamoDB table.An item in DynamoDB.A collection of
Item
's.A key attribute which consists of an attribute name and value.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 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. -
Classes in com.amazonaws.services.dynamodbv2.document used by com.amazonaws.services.dynamodbv2.document.specClassDescriptionUsed to update an attribute.Represents a condition to be compared with an attribute value.An item in DynamoDB.A key attribute which consists of an attribute name and value.Used to represent a primary key that has one or multiple key components.A query filter.A condition for selecting items with a range key.A scan filter.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 a
BatchGetItem
request.Used to specify items to be put and/or primary keys to be deleted from a specific table in aBatchWriteItem
request.