| Package | Description |
|---|---|
| software.amazon.awssdk.enhanced.dynamodb | |
| software.amazon.awssdk.enhanced.dynamodb.internal.extensions |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
DynamoDbExtensionContext.AfterRead
The state of the execution when the
DynamoDbEnhancedClientExtension.afterRead(software.amazon.awssdk.enhanced.dynamodb.DynamoDbExtensionContext.AfterRead) method is invoked. |
static interface |
DynamoDbExtensionContext.BeforeWrite
The state of the execution when the
DynamoDbEnhancedClientExtension.beforeWrite(software.amazon.awssdk.enhanced.dynamodb.DynamoDbExtensionContext.BeforeWrite) method is invoked. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultDynamoDbExtensionContext
An SDK-internal implementation of
DynamoDbExtensionContext.BeforeWrite and
DynamoDbExtensionContext.AfterRead. |
Copyright © 2020. All rights reserved.