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.Context
AttributeValue
map of the items that is about to be written or has just been read.public OperationContext operationContext()
operationContext
in interface DynamoDbExtensionContext.Context
public TableMetadata tableMetadata()
tableMetadata
in interface DynamoDbExtensionContext.Context
TableMetadata
object describing the structure of the modelled table.public TableSchema<?> tableSchema()
tableSchema
in interface DynamoDbExtensionContext.Context
TableSchema
object describing the structure of the modelled table.public OperationName operationName()
operationName
in interface DynamoDbExtensionContext.BeforeWrite
Copyright © 2022. All rights reserved.