Class and Description |
---|
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 |
GetItemOperation |
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 |
Class and Description |
---|
TransactableWriteOperation |
Copyright © 2021. All rights reserved.