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 interfaceIndexOperation<ItemT,RequestT,ResponseT,ResultT>Interface for a single operation that can be executed against a secondary index of a mapped database table.interfaceTableOperation<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 classCreateTableOperation<T>classDeleteItemOperation<T>classDeleteTableOperation<T>classDescribeTableOperation<T>classGetItemOperation<T>classPutItemOperation<T>classUpdateItemOperation<T>
-