Interface DynamoDbExtensionContext.Context
- All Known Subinterfaces:
DynamoDbExtensionContext.AfterRead
,DynamoDbExtensionContext.BeforeWrite
- All Known Implementing Classes:
DefaultDynamoDbExtensionContext
- Enclosing class:
DynamoDbExtensionContext
-
Method Summary
-
Method Details
-
items
Map<String,AttributeValue> items()- Returns:
- The
AttributeValue
map of the items that is about to be written or has just been read.
-
operationContext
OperationContext operationContext()- Returns:
- The context under which the operation to be modified is taking place.
-
tableMetadata
TableMetadata tableMetadata()- Returns:
- A
TableMetadata
object describing the structure of the modelled table.
-
tableSchema
- Returns:
- A
TableSchema
object describing the structure of the modelled table.
-