Interface | Description |
---|---|
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 . |
DynamoDbEnhancedClientExtension |
Interface for extending the DynamoDb Enhanced client.
|
DynamoDbEnhancedResource |
Shared interface components for
DynamoDbEnhancedClient and DynamoDbEnhancedAsyncClient . |
DynamoDbEnhancedResource.Builder |
Shared interface components for the builders of
DynamoDbEnhancedClient and
DynamoDbEnhancedAsyncClient |
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.
|
MappedTableResource<T> |
Interface for a resource object that is part of either a
DynamoDbTable or DynamoDbAsyncTable . |
TableMetadata |
Interface for an object the stores structural information about a DynamoDb 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. |
Class | Description |
---|---|
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.
|
Key.Builder |
Builder for
Key |
TypeToken<T> |
Similar to
Class , this represents a specific raw class type. |
Copyright © 2020. All rights reserved.