Uses of Class
software.amazon.awssdk.services.dynamodb.model.TransactGetItemsRequest
-
Packages that use TransactGetItemsRequest Package Description software.amazon.awssdk.services.dynamodb Amazon DynamoDB software.amazon.awssdk.services.dynamodb.transform -
-
Uses of TransactGetItemsRequest in software.amazon.awssdk.services.dynamodb
Methods in software.amazon.awssdk.services.dynamodb with parameters of type TransactGetItemsRequest Modifier and Type Method Description default CompletableFuture<TransactGetItemsResponse>DynamoDbAsyncClient. transactGetItems(TransactGetItemsRequest transactGetItemsRequest)TransactGetItemsis a synchronous operation that atomically retrieves multiple items from one or more tables (but not from indexes) in a single account and Region.default TransactGetItemsResponseDynamoDbClient. transactGetItems(TransactGetItemsRequest transactGetItemsRequest)TransactGetItemsis a synchronous operation that atomically retrieves multiple items from one or more tables (but not from indexes) in a single account and Region. -
Uses of TransactGetItemsRequest in software.amazon.awssdk.services.dynamodb.transform
Methods in software.amazon.awssdk.services.dynamodb.transform with parameters of type TransactGetItemsRequest Modifier and Type Method Description SdkHttpFullRequestTransactGetItemsRequestMarshaller. marshall(TransactGetItemsRequest transactGetItemsRequest)
-