Uses of Enum
software.amazon.awssdk.enhanced.dynamodb.internal.operations.OperationName
Packages that use OperationName
Package
Description
-
Uses of OperationName in software.amazon.awssdk.enhanced.dynamodb
Methods in software.amazon.awssdk.enhanced.dynamodb that return OperationName -
Uses of OperationName in software.amazon.awssdk.enhanced.dynamodb.internal.extensions
Methods in software.amazon.awssdk.enhanced.dynamodb.internal.extensions that return OperationNameMethods in software.amazon.awssdk.enhanced.dynamodb.internal.extensions with parameters of type OperationNameModifier and TypeMethodDescriptionDefaultDynamoDbExtensionContext.Builder.operationName(OperationName operationName) -
Uses of OperationName in software.amazon.awssdk.enhanced.dynamodb.internal.operations
Methods in software.amazon.awssdk.enhanced.dynamodb.internal.operations that return OperationNameModifier and TypeMethodDescriptionBatchGetItemOperation.operationName()BatchWriteItemOperation.operationName()CommonOperation.operationName()The type, or name, of the operation.CreateTableOperation.operationName()DatabaseOperation.operationName()The type, or name, of the operation.DeleteItemOperation.operationName()DeleteTableOperation.operationName()DescribeTableOperation.operationName()GetItemOperation.operationName()PaginatedDatabaseOperation.operationName()The type, or name, of the operation.PaginatedTableOperation.operationName()The type, or name, of the operation.PutItemOperation.operationName()QueryOperation.operationName()ScanOperation.operationName()TransactGetItemsOperation.operationName()TransactWriteItemsOperation.operationName()UpdateItemOperation.operationName()static OperationNameReturns 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.