Class DynamoDbExtensionContext
- java.lang.Object
-
- software.amazon.awssdk.enhanced.dynamodb.DynamoDbExtensionContext
-
@ThreadSafe public final class DynamoDbExtensionContext extends Object
A wrapper for the immutable context objects that are visible to theDynamoDbEnhancedClientExtension
s.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
DynamoDbExtensionContext.AfterRead
The state of the execution when theDynamoDbEnhancedClientExtension.afterRead(software.amazon.awssdk.enhanced.dynamodb.DynamoDbExtensionContext.AfterRead)
method is invoked.static interface
DynamoDbExtensionContext.BeforeWrite
The state of the execution when theDynamoDbEnhancedClientExtension.beforeWrite(software.amazon.awssdk.enhanced.dynamodb.DynamoDbExtensionContext.BeforeWrite)
method is invoked.static interface
DynamoDbExtensionContext.Context
-