Uses of Interface
software.amazon.awssdk.enhanced.dynamodb.DynamoDbExtensionContext.BeforeWrite
Packages that use DynamoDbExtensionContext.BeforeWrite
Package
Description
-
Uses of DynamoDbExtensionContext.BeforeWrite in software.amazon.awssdk.enhanced.dynamodb
Methods in software.amazon.awssdk.enhanced.dynamodb with parameters of type DynamoDbExtensionContext.BeforeWriteModifier 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 DynamoDbExtensionContext.BeforeWrite in software.amazon.awssdk.enhanced.dynamodb.extensions
Methods in software.amazon.awssdk.enhanced.dynamodb.extensions with parameters of type DynamoDbExtensionContext.BeforeWriteModifier 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) -
Uses of DynamoDbExtensionContext.BeforeWrite in software.amazon.awssdk.enhanced.dynamodb.internal.extensions
Classes in software.amazon.awssdk.enhanced.dynamodb.internal.extensions that implement DynamoDbExtensionContext.BeforeWriteModifier and TypeClassDescriptionfinal classAn SDK-internal implementation ofDynamoDbExtensionContext.BeforeWriteandDynamoDbExtensionContext.AfterRead.Methods in software.amazon.awssdk.enhanced.dynamodb.internal.extensions with parameters of type DynamoDbExtensionContext.BeforeWriteModifier 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.