public interface OperationContext
This context is passed to and can be read by extension hooks (see DynamoDbEnhancedClientExtension
).
Modifier and Type | Method and Description |
---|---|
String |
indexName()
The name of the index within the table being operated on.
|
String |
tableName()
The name of the table being operated on
|
String tableName()
String indexName()
TableMetadata.primaryIndexName()
.Copyright © 2021. All rights reserved.