Package | Description |
---|---|
com.amazonaws.services.dynamodbv2.model |
Modifier and Type | Method and Description |
---|---|
TransactGetItem |
TransactGetItem.clone() |
TransactGetItem |
TransactGetItem.withGet(Get get)
Contains the primary key that identifies the item to get, together with the name of the table that contains the
item, and optionally the specific attributes of the item to retrieve.
|
Modifier and Type | Method and Description |
---|---|
List<TransactGetItem> |
TransactGetItemsRequest.getTransactItems()
An ordered array of up to 25
TransactGetItem objects, each of which contains a Get
structure. |
Modifier and Type | Method and Description |
---|---|
TransactGetItemsRequest |
TransactGetItemsRequest.withTransactItems(TransactGetItem... transactItems)
An ordered array of up to 25
TransactGetItem objects, each of which contains a Get
structure. |
Modifier and Type | Method and Description |
---|---|
void |
TransactGetItemsRequest.setTransactItems(Collection<TransactGetItem> transactItems)
An ordered array of up to 25
TransactGetItem objects, each of which contains a Get
structure. |
TransactGetItemsRequest |
TransactGetItemsRequest.withTransactItems(Collection<TransactGetItem> transactItems)
An ordered array of up to 25
TransactGetItem objects, each of which contains a Get
structure. |
Copyright © 2020. All rights reserved.