Uses of Interface
software.amazon.awssdk.enhanced.dynamodb.internal.operations.CommonOperation
-
Packages that use CommonOperation Package Description software.amazon.awssdk.enhanced.dynamodb.internal.operations -
-
Uses of CommonOperation in software.amazon.awssdk.enhanced.dynamodb.internal.operations
Subinterfaces of CommonOperation in software.amazon.awssdk.enhanced.dynamodb.internal.operations Modifier and Type Interface Description interface
IndexOperation<ItemT,RequestT,ResponseT,ResultT>
Interface for a single operation that can be executed against a secondary index of a mapped database table.interface
TableOperation<ItemT,RequestT,ResponseT,ResultT>
Interface for a single operation that can be executed against a mapped database table.Classes in software.amazon.awssdk.enhanced.dynamodb.internal.operations that implement CommonOperation Modifier and Type Class Description class
CreateTableOperation<T>
class
DeleteItemOperation<T>
class
DeleteTableOperation<T>
class
DescribeTableOperation<T>
class
GetItemOperation<T>
class
PutItemOperation<T>
class
UpdateItemOperation<T>
-