Class TransactGetItemsEnhancedRequest
java.lang.Object
software.amazon.awssdk.enhanced.dynamodb.model.TransactGetItemsEnhancedRequest
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.
 .
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic final classA builder that is used to create a transaction object with the desired parameters.
- 
Method SummaryModifier and TypeMethodDescriptionbuilder()Creates a newly initialized builder for a request object.booleaninthashCode()Returns the list ofTransactGetItemthat represents all lookup keys in the request.
- 
Method Details- 
builderCreates a newly initialized builder for a request object.
- 
transactGetItemsReturns the list ofTransactGetItemthat represents all lookup keys in the request.
- 
equals
- 
hashCode
 
-