| Modifier and Type | Interface and Description |
|---|---|
interface |
DynamoDbAsyncTable<T>
Asynchronous interface for running commands against an object that is linked to a specific DynamoDb table resource
and therefore knows how to map records from that table into a modelled object.
|
interface |
DynamoDbTable<T>
Synchronous interface for running commands against an object that is linked to a specific DynamoDb table resource
and therefore knows how to map records from that table into a modelled object.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultDynamoDbAsyncTable<T> |
class |
DefaultDynamoDbTable<T> |
Copyright © 2020. All rights reserved.