Uses of Class
software.amazon.awssdk.enhanced.dynamodb.extensions.ReadModification
- 
- 
Uses of ReadModification in software.amazon.awssdk.enhanced.dynamodbMethods in software.amazon.awssdk.enhanced.dynamodb that return ReadModification Modifier and Type Method Description default 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.extensionsMethods in software.amazon.awssdk.enhanced.dynamodb.extensions that return ReadModification Modifier and Type Method Description ReadModificationReadModification.Builder. build()
- 
Uses of ReadModification in software.amazon.awssdk.enhanced.dynamodb.internal.extensionsMethods in software.amazon.awssdk.enhanced.dynamodb.internal.extensions that return ReadModification Modifier and Type Method Description ReadModificationChainExtension. 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.
 
-