Class TransactGetItemsEnhancedRequest

java.lang.Object
software.amazon.awssdk.enhanced.dynamodb.model.TransactGetItemsEnhancedRequest

@ThreadSafe public final class TransactGetItemsEnhancedRequest extends Object
Defines parameters used for the transaction operation transactGetItems() (such as DynamoDbEnhancedClient.transactGetItems(TransactGetItemsEnhancedRequest)).

A request contains references to the primary keys for the items this operation will search for. It's populated with one or more GetItemEnhancedRequest, each associated with with the table where the item is located. On initialization, these requests are transformed into TransactGetItem and stored in the request. .