Uses of Interface
software.amazon.awssdk.enhanced.dynamodb.internal.operations.TableOperation
-
Packages that use TableOperation Package Description software.amazon.awssdk.enhanced.dynamodb.internal.operations -
-
Uses of TableOperation in software.amazon.awssdk.enhanced.dynamodb.internal.operations
Classes in software.amazon.awssdk.enhanced.dynamodb.internal.operations that implement TableOperation 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>
-