| Class and Description |
|---|
| CommonOperation
Common interface for a single operation that can be executed in a synchronous or non-blocking asynchronous fashion
against a mapped database table.
|
| DynamoDbAsyncIndex
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
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
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
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.
|
| 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.
|
| MappedTableResource
Interface for a resource object that is part of either a
DynamoDbTable or DynamoDbAsyncTable. |
| MapperExtension
Interface for extending the mapper.
|
| OperationContext |
| Page
An immutable object that holds a page of queried or scanned results from DynamoDb.
|
| 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.
|
| TableMetadata
Interface for an object the stores structural information about a DynamoDb table.
|
| TableSchema
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. |
| Class and Description |
|---|
| DynamoDbAsyncIndex
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
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
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
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.
|
| Key
An object that represents a key that can be used to either identify a specific record or form part of a query
conditional.
|
| MappedTableResource
Interface for a resource object that is part of either a
DynamoDbTable or DynamoDbAsyncTable. |
| MapperExtension
Interface for extending the mapper.
|
| OperationContext |
| Page
An immutable object that holds a page of queried or scanned results from DynamoDb.
|
| TableSchema
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. |
| Class and Description |
|---|
| Expression |
| MapperExtension
Interface for extending the mapper.
|
| OperationContext |
| TableMetadata
Interface for an object the stores structural information about a DynamoDb table.
|
| Class and Description |
|---|
| DynamoDbTable
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.
|
| Expression |
| Key
An object that represents a key that can be used to either identify a specific record or form part of a query
conditional.
|
| MappedTableResource
Interface for a resource object that is part of either a
DynamoDbTable or DynamoDbAsyncTable. |
| MapperExtension
Interface for extending the mapper.
|
| OperationContext |
| TableSchema
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. |
| TransactableWriteOperation |
| Class and Description |
|---|
| BatchableReadOperation |
| BatchableWriteOperation |
| CommonOperation
Common interface for a single operation that can be executed in a synchronous or non-blocking asynchronous fashion
against a mapped database table.
|
| DatabaseOperation
Interface for a single operation that can be executed against a mapped database.
|
| Key
An object that represents a key that can be used to either identify a specific record or form part of a query
conditional.
|
| MapperExtension
Interface for extending the mapper.
|
| OperationContext |
| Page
An immutable object that holds a page of queried or scanned results from DynamoDb.
|
| 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.
|
| TableOperation
Interface for a single operation that can be executed against a mapped database table.
|
| TableSchema
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 |
| TransactableWriteOperation |
| Class and Description |
|---|
| TableMetadata
Interface for an object the stores structural information about a DynamoDb table.
|
| TableSchema
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. |
Copyright © 2020. All rights reserved.