Package | Description |
---|---|
software.amazon.awssdk.services.dynamodb |
|
software.amazon.awssdk.services.dynamodb.transform |
Modifier and Type | Method and Description |
---|---|
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. |
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. |
Modifier and Type | Method and Description |
---|---|
SdkHttpFullRequest |
TransactGetItemsRequestMarshaller.marshall(TransactGetItemsRequest transactGetItemsRequest) |
Copyright © 2021. All rights reserved.