Uses of Class
software.amazon.awssdk.enhanced.dynamodb.extensions.ReadModification
Packages that use ReadModification
Package
Description
-
Uses of ReadModification in software.amazon.awssdk.enhanced.dynamodb
Methods in software.amazon.awssdk.enhanced.dynamodb that return ReadModificationModifier and TypeMethodDescriptiondefault ReadModificationDynamoDbEnhancedClientExtension.afterRead(DynamoDbExtensionContext.AfterRead context) This hook is called just after an operation that has read data from the database. -
Uses of ReadModification in software.amazon.awssdk.enhanced.dynamodb.extensions
Methods in software.amazon.awssdk.enhanced.dynamodb.extensions that return ReadModification -
Uses of ReadModification in software.amazon.awssdk.enhanced.dynamodb.internal.extensions
Methods in software.amazon.awssdk.enhanced.dynamodb.internal.extensions that return ReadModificationModifier 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.