Uses of Interface
software.amazon.awssdk.enhanced.dynamodb.DynamoDbExtensionContext.AfterRead
Packages that use DynamoDbExtensionContext.AfterRead
Package
Description
-
Uses of DynamoDbExtensionContext.AfterRead in software.amazon.awssdk.enhanced.dynamodb
Methods in software.amazon.awssdk.enhanced.dynamodb with parameters of type DynamoDbExtensionContext.AfterReadModifier and TypeMethodDescriptiondefault ReadModificationDynamoDbEnhancedClientExtension.afterRead(DynamoDbExtensionContext.AfterRead context) This hook is called just after an operation that has read data from the database. -
Uses of DynamoDbExtensionContext.AfterRead in software.amazon.awssdk.enhanced.dynamodb.internal.extensions
Classes in software.amazon.awssdk.enhanced.dynamodb.internal.extensions that implement DynamoDbExtensionContext.AfterReadModifier and TypeClassDescriptionfinal classAn SDK-internal implementation ofDynamoDbExtensionContext.BeforeWriteandDynamoDbExtensionContext.AfterRead.Methods in software.amazon.awssdk.enhanced.dynamodb.internal.extensions with parameters of type DynamoDbExtensionContext.AfterReadModifier and TypeMethodDescriptionChainExtension.afterRead(DynamoDbExtensionContext.AfterRead context) Implementation of theDynamoDbEnhancedClientExtensioninterface that will call all the chained extensions in reverse order, passing the results of each one to the next and coalescing the results into a single modification.