Class | Description |
---|---|
AbstractImpl |
Internal common base class for API implementations.
|
BatchGetItemImpl |
The implementation for
BatchGetItemApi . |
BatchWriteItemImpl |
The implementation for
BatchWriteItemApi . |
DeleteItemImpl |
The implementation for
DeleteItemApi . |
Filter<T extends Filter<T>> |
Abstract base class for both query filters and scan filters.
|
GetItemImpl |
The implementation for
GetItemApi . |
IndexQueryImpl |
The implementation for
QueryApi for an index. |
IndexScanImpl |
The implementation for
ScanApi for an index. |
ItemValueConformer |
Used to standardize a given
Item 's value into a standard
internal representation (for purposes such as equality comparison.) |
IteratorSupport<T,R> |
An internal iterator implementation for
PageBasedCollection . |
ListTablesCollection | |
ListTablesImpl |
The implementation for
ListTablesApi . |
ListTablesPage | |
PageBasedCollection<T,R> |
Abstract base class for all page-based collections.
|
PageIterable<T,R> | |
PageIterator<T,R> | |
PutItemImpl |
The implementation for
PutItemApi . |
QueryCollection | |
QueryImpl |
The implementation for
QueryApi of a table. |
QueryPage | |
ScanCollection | |
ScanImpl |
The implementation for
ScanApi . |
ScanPage | |
UpdateItemImpl |
The implementation for
UpdateItemApi . |
ValueTransformer |
Internal value transformer SPI.
|
Enum | Description |
---|---|
InternalUtils |
Internal utilities.
|