public static interface DynamoDbExtensionContext.Context
Modifier and Type | Method and Description |
---|---|
Map<String,AttributeValue> |
items() |
OperationContext |
operationContext() |
TableMetadata |
tableMetadata() |
default TableSchema<?> |
tableSchema() |
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.default TableSchema<?> tableSchema()
TableSchema
object describing the structure of the modelled table.Copyright © 2022. All rights reserved.