Package | Description |
---|---|
software.amazon.awssdk.enhanced.dynamodb | |
software.amazon.awssdk.enhanced.dynamodb.extensions |
Modifier and Type | Method and Description |
---|---|
default WriteModification |
DynamoDbEnhancedClientExtension.beforeWrite(Map<String,AttributeValue> item,
OperationContext operationContext,
TableMetadata tableMetadata)
This hook is called just before an operation is going to write data to the database.
|
Modifier and Type | Method and Description |
---|---|
WriteModification |
ChainExtension.beforeWrite(Map<String,AttributeValue> item,
OperationContext operationContext,
TableMetadata tableMetadata)
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. |
WriteModification |
VersionedRecordExtension.beforeWrite(Map<String,AttributeValue> item,
OperationContext operationContext,
TableMetadata tableMetadata) |
WriteModification |
WriteModification.Builder.build() |
Copyright © 2020. All rights reserved.