Package | Description |
---|---|
com.amazonaws.services.dynamodbv2.model |
Modifier and Type | Method and Description |
---|---|
Put |
Put.addExpressionAttributeNamesEntry(String key,
String value)
Add a single ExpressionAttributeNames entry
|
Put |
Put.addExpressionAttributeValuesEntry(String key,
AttributeValue value)
Add a single ExpressionAttributeValues entry
|
Put |
Put.addItemEntry(String key,
AttributeValue value)
Add a single Item entry
|
Put |
Put.clearExpressionAttributeNamesEntries()
Removes all the entries added into ExpressionAttributeNames.
|
Put |
Put.clearExpressionAttributeValuesEntries()
Removes all the entries added into ExpressionAttributeValues.
|
Put |
Put.clearItemEntries()
Removes all the entries added into Item.
|
Put |
Put.clone() |
Put |
TransactWriteItem.getPut()
A request to perform a
PutItem operation. |
Put |
Put.withConditionExpression(String conditionExpression)
A condition that must be satisfied in order for a conditional update to succeed.
|
Put |
Put.withExpressionAttributeNames(Map<String,String> expressionAttributeNames)
One or more substitution tokens for attribute names in an expression.
|
Put |
Put.withExpressionAttributeValues(Map<String,AttributeValue> expressionAttributeValues)
One or more values that can be substituted in an expression.
|
Put |
Put.withItem(Map<String,AttributeValue> item)
A map of attribute name to attribute values, representing the primary key of the item to be written by
PutItem . |
Put |
Put.withReturnValuesOnConditionCheckFailure(ReturnValuesOnConditionCheckFailure returnValuesOnConditionCheckFailure)
Use
ReturnValuesOnConditionCheckFailure to get the item attributes if the Put condition
fails. |
Put |
Put.withReturnValuesOnConditionCheckFailure(String returnValuesOnConditionCheckFailure)
Use
ReturnValuesOnConditionCheckFailure to get the item attributes if the Put condition
fails. |
Put |
Put.withTableName(String tableName)
Name of the table in which to write the item.
|
Modifier and Type | Method and Description |
---|---|
void |
TransactWriteItem.setPut(Put put)
A request to perform a
PutItem operation. |
TransactWriteItem |
TransactWriteItem.withPut(Put put)
A request to perform a
PutItem operation. |
Copyright © 2020. All rights reserved.