Package | Description |
---|---|
software.amazon.awssdk.enhanced.dynamodb.internal.operations |
Modifier and Type | Interface and 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.
|
Modifier and Type | Class and Description |
---|---|
class |
CreateTableOperation<T> |
class |
DeleteItemOperation<T> |
class |
GetItemOperation<T> |
class |
PutItemOperation<T> |
class |
UpdateItemOperation<T> |
Copyright © 2020. All rights reserved.