| Package | Description |
|---|---|
| software.amazon.awssdk.enhanced.dynamodb | |
| software.amazon.awssdk.enhanced.dynamodb.internal.client | |
| software.amazon.awssdk.enhanced.dynamodb.model |
| 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 |
|---|---|
List<Key> |
BatchWriteResult.unprocessedDeleteItemsForTable(DynamoDbTable<?> mappedTable)
Retrieve any unprocessed delete action keys belonging to the supplied table from the result.
|
<T> List<T> |
BatchWriteResult.unprocessedPutItemsForTable(DynamoDbTable<T> mappedTable)
Retrieve any unprocessed put action items belonging to the supplied table from the result .
|
Copyright © 2020. All rights reserved.