Modifier and Type | Method and Description |
---|---|
default WriteModification |
DynamoDbEnhancedClientExtension.beforeWrite(DynamoDbExtensionContext.BeforeWrite context)
This hook is called just before an operation is going to write data to the database.
|
Modifier and Type | Method and Description |
---|---|
WriteModification |
VersionedRecordExtension.beforeWrite(DynamoDbExtensionContext.BeforeWrite context) |
WriteModification |
WriteModification.Builder.build() |
Modifier and Type | Method and Description |
---|---|
WriteModification |
ChainExtension.beforeWrite(DynamoDbExtensionContext.BeforeWrite context)
Implementation of the
DynamoDbEnhancedClientExtension interface that will call all the chained extensions
in forward order, passing the results of each one to the next and coalescing the results into a single modification. |
Copyright © 2020. All rights reserved.