Package | Description |
---|---|
com.amazonaws.services.dynamodbv2.model |
Modifier and Type | Method and Description |
---|---|
Get |
Get.addExpressionAttributeNamesEntry(String key,
String value) |
Get |
Get.addKeyEntry(String key,
AttributeValue value) |
Get |
Get.clearExpressionAttributeNamesEntries()
Removes all the entries added into ExpressionAttributeNames.
|
Get |
Get.clearKeyEntries()
Removes all the entries added into Key.
|
Get |
Get.clone() |
Get |
TransactGetItem.getGet()
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.
|
Get |
Get.withExpressionAttributeNames(Map<String,String> expressionAttributeNames)
One or more substitution tokens for attribute names in the ProjectionExpression parameter.
|
Get |
Get.withKey(Map<String,AttributeValue> key)
A map of attribute names to
AttributeValue objects that specifies the primary key of the item to
retrieve. |
Get |
Get.withProjectionExpression(String projectionExpression)
A string that identifies one or more attributes of the specified item to retrieve from the table.
|
Get |
Get.withTableName(String tableName)
The name of the table from which to retrieve the specified item.
|
Modifier and Type | Method and Description |
---|---|
void |
TransactGetItem.setGet(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.
|
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.
|
Copyright © 2019. All rights reserved.