Uses of Class
software.amazon.awssdk.enhanced.dynamodb.extensions.WriteModification
-
-
Uses of WriteModification in software.amazon.awssdk.enhanced.dynamodb
Methods in software.amazon.awssdk.enhanced.dynamodb that return WriteModification Modifier and Type Method Description default WriteModification
DynamoDbEnhancedClientExtension. beforeWrite(DynamoDbExtensionContext.BeforeWrite context)
This hook is called just before an operation is going to write data to the database. -
Uses of WriteModification in software.amazon.awssdk.enhanced.dynamodb.extensions
Methods in software.amazon.awssdk.enhanced.dynamodb.extensions that return WriteModification Modifier and Type Method Description WriteModification
AtomicCounterExtension. beforeWrite(DynamoDbExtensionContext.BeforeWrite context)
WriteModification
AutoGeneratedTimestampRecordExtension. beforeWrite(DynamoDbExtensionContext.BeforeWrite context)
WriteModification
AutoGeneratedUuidExtension. beforeWrite(DynamoDbExtensionContext.BeforeWrite context)
Modifies the WriteModification UUID string with the attribute updated with the extension.WriteModification
VersionedRecordExtension. beforeWrite(DynamoDbExtensionContext.BeforeWrite context)
WriteModification
WriteModification.Builder. build()
-
Uses of WriteModification in software.amazon.awssdk.enhanced.dynamodb.internal.extensions
Methods in software.amazon.awssdk.enhanced.dynamodb.internal.extensions that return WriteModification Modifier and Type Method Description WriteModification
ChainExtension. beforeWrite(DynamoDbExtensionContext.BeforeWrite context)
Implementation of theDynamoDbEnhancedClientExtension
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.
-