| Modifier and Type | Method and Description |
|---|---|
<T> MappedTable<T> |
DynamoDbEnhancedClient.table(String tableName,
TableSchema<T> tableSchema)
Returns a mapped table that can be used to execute commands that work with mapped items against that table.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DynamoDbMappedTable<T> |
| Modifier and Type | Method and Description |
|---|---|
<T> List<T> |
BatchGetItem.ResultsPage.getResultsForTable(MappedTable<T> mappedTable) |
<T> List<T> |
BatchWriteItem.BatchWriteItemResults.unprocessedDeleteItemsForTable(MappedTable<T> mappedTable) |
<T> List<T> |
BatchWriteItem.BatchWriteItemResults.unprocessedPutItemsForTable(MappedTable<T> mappedTable) |
Copyright © 2020. All rights reserved.