Uses of Interface
software.amazon.awssdk.enhanced.dynamodb.DynamoDbExtensionContext.AfterRead
-
Packages that use DynamoDbExtensionContext.AfterRead Package Description software.amazon.awssdk.enhanced.dynamodb software.amazon.awssdk.enhanced.dynamodb.internal.extensions -
-
Uses of DynamoDbExtensionContext.AfterRead in software.amazon.awssdk.enhanced.dynamodb
Methods in software.amazon.awssdk.enhanced.dynamodb with parameters of type DynamoDbExtensionContext.AfterRead Modifier and Type Method Description default ReadModification
DynamoDbEnhancedClientExtension. 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.AfterRead 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.AfterRead Modifier and Type Method Description ReadModification
ChainExtension. afterRead(DynamoDbExtensionContext.AfterRead context)
Implementation of theDynamoDbEnhancedClientExtension
interface 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.
-