public static interface DynamoDbExtensionContext.Context
Modifier and Type | Method and Description |
---|---|
Map<String,AttributeValue> |
items() |
OperationContext |
operationContext() |
TableMetadata |
tableMetadata() |
Map<String,AttributeValue> items()
AttributeValue
map of the items that is about to be written or has just been read.OperationContext operationContext()
TableMetadata tableMetadata()
TableMetadata
object describing the structure of the modelled table.Copyright © 2021. All rights reserved.