| Modifier and Type | Method and Description |
|---|---|
<R> SdkIterable<R> |
MappedTable.execute(PaginatedTableOperation<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 primary index of the specific table this object is linked to.
|
<R> SdkPublisher<R> |
AsyncMappedTable.execute(PaginatedTableOperation<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 primary index of the specific table this object is linked to.
|
| Modifier and Type | Method and Description |
|---|---|
<R> SdkPublisher<R> |
DynamoDbAsyncMappedTable.execute(PaginatedTableOperation<T,?,?,R> operationToPerform) |
<R> SdkIterable<R> |
DynamoDbMappedTable.execute(PaginatedTableOperation<T,?,?,R> operationToPerform) |
| Modifier and Type | Class and Description |
|---|---|
class |
Query<T> |
class |
Scan<T> |
Copyright © 2020. All rights reserved.