@ThreadSafe public final class TransactGetItemsEnhancedRequest extends Object
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.
.
Modifier and Type | Class and Description |
---|---|
static class |
TransactGetItemsEnhancedRequest.Builder
A builder that is used to create a transaction object with the desired parameters.
|
Modifier and Type | Method and Description |
---|---|
static TransactGetItemsEnhancedRequest.Builder |
builder()
Creates a newly initialized builder for a request object.
|
boolean |
equals(Object o) |
int |
hashCode() |
List<TransactGetItem> |
transactGetItems()
Returns the list of
TransactGetItem that represents all lookup keys in the request. |
public static TransactGetItemsEnhancedRequest.Builder builder()
public List<TransactGetItem> transactGetItems()
TransactGetItem
that represents all lookup keys in the request.Copyright © 2022. All rights reserved.