Package | Description |
---|---|
software.amazon.awssdk.enhanced.dynamodb | |
software.amazon.awssdk.enhanced.dynamodb.internal.extensions |
Modifier and Type | Method and Description |
---|---|
default ReadModification |
DynamoDbEnhancedClientExtension.afterRead(DynamoDbExtensionContext.AfterRead context)
This hook is called just after an operation that has read data from the database.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultDynamoDbExtensionContext
An SDK-internal implementation of
DynamoDbExtensionContext.BeforeWrite and DynamoDbExtensionContext.AfterRead . |
Modifier and Type | Method and Description |
---|---|
ReadModification |
ChainExtension.afterRead(DynamoDbExtensionContext.AfterRead context)
Implementation of the
DynamoDbEnhancedClientExtension 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. |
Copyright © 2020. All rights reserved.