| Package | Description |
|---|---|
| software.amazon.awssdk.extensions.dynamodb.mappingclient | |
| software.amazon.awssdk.extensions.dynamodb.mappingclient.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 |
CreateTable<T> |
class |
DeleteItem<T> |
class |
GetItem<T> |
class |
PutItem<T> |
class |
Query<T> |
class |
Scan<T> |
class |
UpdateItem<T> |
Copyright © 2019. All rights reserved.