Uses of Class
software.amazon.awssdk.enhanced.dynamodb.extensions.WriteModification
Packages that use WriteModification
Package
Description
-
Uses of WriteModification in software.amazon.awssdk.enhanced.dynamodb
Methods in software.amazon.awssdk.enhanced.dynamodb that return WriteModificationModifier and TypeMethodDescriptiondefault WriteModificationDynamoDbEnhancedClientExtension.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 WriteModificationModifier and TypeMethodDescriptionAtomicCounterExtension.beforeWrite(DynamoDbExtensionContext.BeforeWrite context) AutoGeneratedTimestampRecordExtension.beforeWrite(DynamoDbExtensionContext.BeforeWrite context) AutoGeneratedUuidExtension.beforeWrite(DynamoDbExtensionContext.BeforeWrite context) Modifies the WriteModification UUID string with the attribute updated with the extension.VersionedRecordExtension.beforeWrite(DynamoDbExtensionContext.BeforeWrite context) 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 WriteModificationModifier and TypeMethodDescriptionChainExtension.beforeWrite(DynamoDbExtensionContext.BeforeWrite context) Implementation of theDynamoDbEnhancedClientExtensioninterface 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.