Uses of Class
software.amazon.awssdk.services.dynamodb.model.TransactGetItemsResponse
Packages that use TransactGetItemsResponse
-
Uses of TransactGetItemsResponse in software.amazon.awssdk.services.dynamodb
Methods in software.amazon.awssdk.services.dynamodb that return TransactGetItemsResponseModifier and TypeMethodDescriptiondefault TransactGetItemsResponseDynamoDbClient.transactGetItems(Consumer<TransactGetItemsRequest.Builder> 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.Methods in software.amazon.awssdk.services.dynamodb that return types with arguments of type TransactGetItemsResponseModifier and TypeMethodDescriptionDynamoDbAsyncClient.transactGetItems(Consumer<TransactGetItemsRequest.Builder> 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.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.