Uses of Interface
software.amazon.awssdk.enhanced.dynamodb.DynamoDbExtensionContext.BeforeWrite
-
-
Uses of DynamoDbExtensionContext.BeforeWrite in software.amazon.awssdk.enhanced.dynamodb
Methods in software.amazon.awssdk.enhanced.dynamodb with parameters of type DynamoDbExtensionContext.BeforeWrite 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 DynamoDbExtensionContext.BeforeWrite in software.amazon.awssdk.enhanced.dynamodb.extensions
Methods in software.amazon.awssdk.enhanced.dynamodb.extensions with parameters of type DynamoDbExtensionContext.BeforeWrite 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)
-
Uses of DynamoDbExtensionContext.BeforeWrite in software.amazon.awssdk.enhanced.dynamodb.internal.extensions
Classes in software.amazon.awssdk.enhanced.dynamodb.internal.extensions that implement DynamoDbExtensionContext.BeforeWrite Modifier and Type Class Description class
DefaultDynamoDbExtensionContext
An SDK-internal implementation ofDynamoDbExtensionContext.BeforeWrite
andDynamoDbExtensionContext.AfterRead
.Methods in software.amazon.awssdk.enhanced.dynamodb.internal.extensions with parameters of type DynamoDbExtensionContext.BeforeWrite 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.
-