| Modifier and Type | Method and Description |
|---|---|
<T> DynamoDbTable<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 |
DefaultDynamoDbTable<T> |
| Modifier and Type | Method and Description |
|---|---|
<T> List<T> |
BatchGetResultPage.getResultsForTable(DynamoDbTable<T> mappedTable) |
<T> List<T> |
BatchWriteResult.unprocessedDeleteItemsForTable(DynamoDbTable<T> mappedTable) |
<T> List<T> |
BatchWriteResult.unprocessedPutItemsForTable(DynamoDbTable<T> mappedTable) |
Copyright © 2020. All rights reserved.