| Class | Description |
|---|---|
| Document |
A collection of attribute key-value pairs that defines an item in DynamoDB.
|
| DynamoDBBool |
A DynamoDBEntry that represents a DynamoDB bool (BOOL) type.
|
| DynamoDBEntry |
Abstract class representing an arbitrary DynamoDB attribute value
|
| DynamoDBList |
A DynamoDBEntry that represents a DynamoDB list (L) type.
|
| DynamoDBNull |
A DynamoDBEntry that represents a DynamoDB null (NULL) type.
|
| Primitive |
A DynamoDBEntry that represents a scalar DynamoDB type.
|
| PrimitiveList |
A DynamoDBEntry that represents a primitive list DynamoDB type.
|
| Enum | Description |
|---|---|
| Primitive.DynamoDBPrimitiveType |
Enumerator describing type of DynamoDB data in a Primitive or
PrimitiveList.
|