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 the 
DynamoDbEnhancedClientExtension.beforeWrite(software.amazon.awssdk.enhanced.dynamodb.DynamoDbExtensionContext.BeforeWrite) method is invoked.- 
Method Summary
Methods inherited from interface software.amazon.awssdk.enhanced.dynamodb.DynamoDbExtensionContext.Context
items, operationContext, tableMetadata, tableSchema 
- 
Method Details
- 
operationName
OperationName operationName()- Returns:
 - The context under which the operation to be modified is taking place.
 
 
 -