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 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.BeforeWrite Modifier and Type Method Description WriteModificationAtomicCounterExtension. beforeWrite(DynamoDbExtensionContext.BeforeWrite context)WriteModificationAutoGeneratedTimestampRecordExtension. beforeWrite(DynamoDbExtensionContext.BeforeWrite context)WriteModificationAutoGeneratedUuidExtension. beforeWrite(DynamoDbExtensionContext.BeforeWrite context)Modifies the WriteModification UUID string with the attribute updated with the extension.WriteModificationVersionedRecordExtension. 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 classDefaultDynamoDbExtensionContextAn SDK-internal implementation ofDynamoDbExtensionContext.BeforeWriteandDynamoDbExtensionContext.AfterRead.Methods in software.amazon.awssdk.enhanced.dynamodb.internal.extensions with parameters of type DynamoDbExtensionContext.BeforeWrite Modifier and Type Method Description WriteModificationChainExtension. 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.
-