| Package | Description |
|---|---|
| software.amazon.awssdk.services.dynamodb |
|
| Modifier and Type | Method and Description |
|---|---|
default TransactGetItemsResponse |
DynamoDbClient.transactGetItems(Consumer<TransactGetItemsRequest.Builder> transactGetItemsRequest)
TransactGetItems is a synchronous operation that atomically retrieves multiple items from one or
more tables (but not from indexes) in a single account and region. |
default TransactGetItemsResponse |
DynamoDbClient.transactGetItems(TransactGetItemsRequest transactGetItemsRequest)
TransactGetItems is a synchronous operation that atomically retrieves multiple items from one or
more tables (but not from indexes) in a single account and region. |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<TransactGetItemsResponse> |
DynamoDbAsyncClient.transactGetItems(Consumer<TransactGetItemsRequest.Builder> transactGetItemsRequest)
TransactGetItems is a synchronous operation that atomically retrieves multiple items from one or
more tables (but not from indexes) in a single account and region. |
default CompletableFuture<TransactGetItemsResponse> |
DynamoDbAsyncClient.transactGetItems(TransactGetItemsRequest transactGetItemsRequest)
TransactGetItems is a synchronous operation that atomically retrieves multiple items from one or
more tables (but not from indexes) in a single account and region. |
Copyright © 2019. All rights reserved.