| Package | Description |
|---|---|
| software.amazon.awssdk.extensions.dynamodb.mappingclient | |
| software.amazon.awssdk.extensions.dynamodb.mappingclient.core |
| Modifier and Type | Method and Description |
|---|---|
<R> R |
MappedIndex.execute(IndexOperation<T,?,?,R> operationToPerform)
Executes a command that is expected to return a single data item against the database with the context of the
specific table and secondary index this object is linked to.
|
<R> CompletableFuture<R> |
AsyncMappedIndex.execute(IndexOperation<T,?,?,R> operationToPerform)
Executes a command that is expected to return a single data item 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> CompletableFuture<R> |
DynamoDbAsyncMappedIndex.execute(IndexOperation<T,?,?,R> operationToPerform) |
<R> R |
DynamoDbMappedIndex.execute(IndexOperation<T,?,?,R> operationToPerform) |
Copyright © 2020. All rights reserved.