| Modifier and Type | Method and Description |
|---|---|
<R> SdkIterable<R> |
MappedIndex.execute(PaginatedIndexOperation<T,?,?,R> operationToPerform)
Executes a command that is expected to return a paginated list of data items against the database with the
context of the specific table and secondary index this object is linked to.
|
<R> SdkPublisher<R> |
AsyncMappedIndex.execute(PaginatedIndexOperation<T,?,?,R> operationToPerform)
Executes a command that is expected to return a paginated list of data items against the database with the
context of the specific table and secondary index this object is linked to.
|
| Modifier and Type | Method and Description |
|---|---|
<R> SdkPublisher<R> |
DynamoDbAsyncMappedIndex.execute(PaginatedIndexOperation<T,?,?,R> operationToPerform) |
<R> SdkIterable<R> |
DynamoDbMappedIndex.execute(PaginatedIndexOperation<T,?,?,R> operationToPerform) |
| Modifier and Type | Class and Description |
|---|---|
class |
Query<T> |
class |
Scan<T> |
Copyright © 2020. All rights reserved.