Modifier and Type | Method and Description |
---|---|
OperationName |
DynamoDbExtensionContext.BeforeWrite.operationName() |
Modifier and Type | Method and Description |
---|---|
OperationName |
DefaultDynamoDbExtensionContext.operationName() |
Modifier and Type | Method and Description |
---|---|
DefaultDynamoDbExtensionContext.Builder |
DefaultDynamoDbExtensionContext.Builder.operationName(OperationName operationName) |
Modifier and Type | Method and Description |
---|---|
OperationName |
DescribeTableOperation.operationName() |
OperationName |
BatchGetItemOperation.operationName() |
OperationName |
DatabaseOperation.operationName()
The type, or name, of the operation.
|
OperationName |
CreateTableOperation.operationName() |
OperationName |
ScanOperation.operationName() |
OperationName |
PaginatedTableOperation.operationName()
The type, or name, of the operation.
|
OperationName |
TransactGetItemsOperation.operationName() |
OperationName |
DeleteTableOperation.operationName() |
OperationName |
UpdateItemOperation.operationName() |
OperationName |
TransactWriteItemsOperation.operationName() |
OperationName |
PutItemOperation.operationName() |
OperationName |
CommonOperation.operationName()
The type, or name, of the operation.
|
OperationName |
PaginatedDatabaseOperation.operationName()
The type, or name, of the operation.
|
OperationName |
GetItemOperation.operationName() |
OperationName |
BatchWriteItemOperation.operationName() |
OperationName |
QueryOperation.operationName() |
OperationName |
DeleteItemOperation.operationName() |
static OperationName |
OperationName.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OperationName[] |
OperationName.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2021. All rights reserved.