Class DefaultOperationContext
java.lang.Object
software.amazon.awssdk.enhanced.dynamodb.internal.operations.DefaultOperationContext
- All Implemented Interfaces:
OperationContext
-
Method Summary
Modifier and TypeMethodDescriptionstatic DefaultOperationContext
static DefaultOperationContext
boolean
int
hashCode()
The name of the index within the table being operated on.The name of the table being operated on
-
Method Details
-
create
-
create
-
tableName
Description copied from interface:OperationContext
The name of the table being operated on- Specified by:
tableName
in interfaceOperationContext
-
indexName
Description copied from interface:OperationContext
The name of the index within the table being operated on. If it is the primary index, then this value will be set to the constantTableMetadata.primaryIndexName()
.- Specified by:
indexName
in interfaceOperationContext
-
equals
-
hashCode
public int hashCode()
-