Modifier and Type | Method and Description |
---|---|
default ReadModification |
DynamoDbEnhancedClientExtension.afterRead(Map<String,AttributeValue> item,
OperationContext operationContext,
TableMetadata tableMetadata)
This hook is called just after an operation that has read data from the database.
|
Modifier and Type | Method and Description |
---|---|
ReadModification |
ReadModification.Builder.build() |
Modifier and Type | Method and Description |
---|---|
ReadModification |
ChainExtension.afterRead(Map<String,AttributeValue> item,
OperationContext operationContext,
TableMetadata tableMetadata)
Implementation of the
DynamoDbEnhancedClientExtension interface that will call all the chained extensions
in reverse order, passing the results of each one to the next and coalescing the results into a single modification. |
Copyright © 2020. All rights reserved.