Interface DynamoDbExtensionContext.BeforeWrite
-
- All Superinterfaces:
DynamoDbExtensionContext.Context
- All Known Implementing Classes:
DefaultDynamoDbExtensionContext
- Enclosing class:
- DynamoDbExtensionContext
@ThreadSafe public static interface DynamoDbExtensionContext.BeforeWrite extends DynamoDbExtensionContext.Context
The state of the execution when theDynamoDbEnhancedClientExtension.beforeWrite(software.amazon.awssdk.enhanced.dynamodb.DynamoDbExtensionContext.BeforeWrite)
method is invoked.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OperationName
operationName()
-
Methods inherited from interface software.amazon.awssdk.enhanced.dynamodb.DynamoDbExtensionContext.Context
items, operationContext, tableMetadata, tableSchema
-
-
-
-
Method Detail
-
operationName
OperationName operationName()
- Returns:
- The context under which the operation to be modified is taking place.
-
-