| Interface | Description |
|---|---|
| BatchableReadOperation | |
| BatchableWriteOperation<T> | |
| CommonOperation<ItemT,RequestT,ResponseT,ResultT> |
Common interface for a single operation that can be executed in a synchronous or non-blocking asynchronous fashion
against a mapped database table.
|
| DatabaseOperation<RequestT,ResponseT,ResultT> |
Interface for a single operation that can be executed against a mapped database.
|
| DynamoDbAsyncIndex<T> |
Asynchronous interface for running commands against an object that is linked to a specific DynamoDb secondary index
and knows how to map records from the table that index is linked to into a modelled object.
|
| 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.
|
| DynamoDbEnhancedAsyncClient |
Asynchronous interface for running commands against a DynamoDb database.
|
| DynamoDbEnhancedAsyncClient.Builder |
The builder definition for a
DynamoDbEnhancedAsyncClient. |
| DynamoDbEnhancedClient |
Synchronous interface for running commands against a DynamoDb database.
|
| DynamoDbEnhancedClient.Builder |
The builder definition for a
DynamoDbEnhancedClient. |
| DynamoDbIndex<T> |
Synchronous interface for running commands against an object that is linked to a specific DynamoDb secondary index
and knows how to map records from the table that index is linked to into a modelled object.
|
| 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.
|
| IndexOperation<ItemT,RequestT,ResponseT,ResultT> |
Interface for a single operation that can be executed against a secondary index of a mapped database table.
|
| MappedTableResource<T> |
Interface for a resource object that is part of either a
DynamoDbTable or DynamoDbAsyncTable. |
| MapperExtension |
Interface for extending the mapper.
|
| PaginatedDatabaseOperation<RequestT,ResponseT,ResultT> |
Interface for an operation that can be executed against a mapped database and is expected to return a paginated
list of results.
|
| PaginatedIndexOperation<ItemT,RequestT,ResponseT,ResultT> |
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<ItemT,RequestT,ResponseT,ResultT> |
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<ItemT,RequestT,ResponseT,ResultT> |
Interface for an operation that can be executed against a mapped database table and is expected to return a
paginated list of results.
|
| TableMetadata |
Interface for an object the stores structural information about a DynamoDb table.
|
| TableOperation<ItemT,RequestT,ResponseT,ResultT> |
Interface for a single operation that can be executed against a mapped database table.
|
| TableSchema<T> |
Interface for a mapper that is capable of mapping a modelled Java object into a map of
AttributeValue that is
understood by the DynamoDb low-level SDK and back again. |
| TransactableReadOperation<T> | |
| TransactableWriteOperation<T> |
| Class | Description |
|---|---|
| AttributeValues |
This static helper class contains some literal
AttributeValue constants and converters. |
| Expression | |
| Expression.Builder | |
| Key |
An object that represents a key that can be used to either identify a specific record or form part of a query
conditional.
|
| OperationContext | |
| Page<T> |
An immutable object that holds a page of queried or scanned results from DynamoDb.
|
Copyright © 2020. All rights reserved.