<T> T | 
UnmappedItem.getItem(MappedTable<T> mappedTable)  | 
<T> List<T> | 
BatchGetItem.ResultsPage.getResultsForTable(MappedTable<T> mappedTable)  | 
static <T> ReadBatch<T> | 
ReadBatch.of(MappedTable<T> mappedTable,
  BatchableReadOperation... readOperations)  | 
static <T> WriteBatch<T> | 
WriteBatch.of(MappedTable<T> mappedTable,
  BatchableWriteOperation<T>... writeOperations)  | 
static <T> ReadBatch<T> | 
ReadBatch.of(MappedTable<T> mappedTable,
  Collection<BatchableReadOperation> readOperations)  | 
static <T> WriteBatch<T> | 
WriteBatch.of(MappedTable<T> mappedTable,
  Collection<BatchableWriteOperation<T>> writeOperations)  | 
static <T> ReadTransaction<T> | 
ReadTransaction.of(MappedTable<T> mappedTable,
  TransactableReadOperation<T> readOperation)  | 
static <T> WriteTransaction<T> | 
WriteTransaction.of(MappedTable<T> mappedTable,
  TransactableWriteOperation<T> writeOperation)  | 
<T> List<T> | 
BatchWriteItem.BatchWriteItemResults.unprocessedDeleteItemsForTable(MappedTable<T> mappedTable)  | 
<T> List<T> | 
BatchWriteItem.BatchWriteItemResults.unprocessedPutItemsForTable(MappedTable<T> mappedTable)  |