public final class DefaultDynamoDbExtensionContext extends Object implements DynamoDbExtensionContext.BeforeWrite, DynamoDbExtensionContext.AfterRead
DynamoDbExtensionContext.BeforeWrite and
DynamoDbExtensionContext.AfterRead.| Modifier and Type | Class and Description |
|---|---|
static class |
DefaultDynamoDbExtensionContext.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DefaultDynamoDbExtensionContext.Builder |
builder() |
boolean |
equals(Object o) |
int |
hashCode() |
Map<String,AttributeValue> |
items() |
OperationContext |
operationContext() |
OperationName |
operationName() |
TableMetadata |
tableMetadata() |
TableSchema<?> |
tableSchema() |
public static DefaultDynamoDbExtensionContext.Builder builder()
public Map<String,AttributeValue> items()
items in interface DynamoDbExtensionContext.ContextAttributeValue map of the items that is about to be written or has just been read.public OperationContext operationContext()
operationContext in interface DynamoDbExtensionContext.Contextpublic TableMetadata tableMetadata()
tableMetadata in interface DynamoDbExtensionContext.ContextTableMetadata object describing the structure of the modelled table.public TableSchema<?> tableSchema()
tableSchema in interface DynamoDbExtensionContext.ContextTableSchema object describing the structure of the modelled table.public OperationName operationName()
operationName in interface DynamoDbExtensionContext.BeforeWriteCopyright © 2023. All rights reserved.