Package | Description |
---|---|
software.amazon.awssdk.enhanced.dynamodb.internal.operations |
Modifier and Type | Interface and Description |
---|---|
interface |
PaginatedIndexOperation<ItemT,RequestT,ResponseT>
Interface for an operation that can be executed against a secondary index of a mapped database table and is
expected to return a paginated list of results.
|
interface |
PaginatedTableOperation<ItemT,RequestT,ResponseT>
Interface for an operation that can be executed against a mapped database table and is expected to return a
paginated list of results.
|
Modifier and Type | Class and Description |
---|---|
class |
QueryOperation<T> |
class |
ScanOperation<T> |
Copyright © 2020. All rights reserved.