| BatchableReadOperation |
|
| BatchableWriteOperation |
|
| BatchGetItemOperation |
|
| BatchWriteItemOperation |
|
| CommonOperation |
Common interface for a single operation that can be executed in a synchronous or non-blocking asynchronous fashion
against a mapped database table.
|
| CreateTableOperation |
|
| DatabaseOperation |
Interface for a single operation that can be executed against a mapped database.
|
| DefaultOperationContext |
|
| DeleteItemOperation |
|
| DeleteTableOperation |
|
| DescribeTableOperation |
|
| GetItemOperation |
|
| OperationName |
|
| PaginatedDatabaseOperation |
Interface for an operation that can be executed against a mapped database and is expected to return a paginated
list of results.
|
| PaginatedIndexOperation |
Interface for an operation that can be executed against a secondary index of a mapped database table and is
expected to return a paginated list of results.
|
| PaginatedOperation |
Common interface for an operation that can be executed in a synchronous or non-blocking asynchronous fashion
against a mapped database table and is expected to return a paginated list of results.
|
| PaginatedTableOperation |
Interface for an operation that can be executed against a mapped database table and is expected to return a
paginated list of results.
|
| PutItemOperation |
|
| QueryOperation |
|
| ScanOperation |
|
| TableOperation |
Interface for a single operation that can be executed against a mapped database table.
|
| TransactableReadOperation |
|
| TransactableWriteOperation |
|
| TransactGetItemsOperation |
|
| TransactWriteItemsOperation |
|
| UpdateItemOperation |
|