Uses of Class
com.amazonaws.services.dynamodbv2.document.UpdateItemOutcome
-
Packages that use UpdateItemOutcome Package Description com.amazonaws.services.dynamodbv2.document com.amazonaws.services.dynamodbv2.document.api -
-
Uses of UpdateItemOutcome in com.amazonaws.services.dynamodbv2.document
Methods in com.amazonaws.services.dynamodbv2.document that return UpdateItemOutcome Modifier and Type Method Description UpdateItemOutcomeTable. updateItem(PrimaryKey primaryKey, AttributeUpdate... attributeUpdates)UpdateItemOutcomeTable. updateItem(PrimaryKey primaryKey, String updateExpression, String conditionExpression, Map<String,String> nameMap, Map<String,Object> valueMap)UpdateItemOutcomeTable. updateItem(PrimaryKey primaryKey, String updateExpression, Map<String,String> nameMap, Map<String,Object> valueMap)UpdateItemOutcomeTable. updateItem(PrimaryKey primaryKey, Collection<Expected> expected, AttributeUpdate... attributeUpdates)UpdateItemOutcomeTable. updateItem(UpdateItemSpec updateItemSpec)UpdateItemOutcomeTable. updateItem(String hashKeyName, Object hashKeyValue, AttributeUpdate... attributeUpdates)UpdateItemOutcomeTable. updateItem(String hashKeyName, Object hashKeyValue, UpdateItemExpressionSpec updateExpressions)UpdateItemOutcomeTable. updateItem(String hashKeyName, Object hashKeyValue, String rangeKeyName, Object rangeKeyValue, AttributeUpdate... attributeUpdates)UpdateItemOutcomeTable. updateItem(String hashKeyName, Object hashKeyValue, String rangeKeyName, Object rangeKeyValue, UpdateItemExpressionSpec updateExpressions)UpdateItemOutcomeTable. updateItem(String hashKeyName, Object hashKeyValue, String rangeKeyName, Object rangeKeyValue, String updateExpression, String conditionExpression, Map<String,String> nameMap, Map<String,Object> valueMap)UpdateItemOutcomeTable. updateItem(String hashKeyName, Object hashKeyValue, String rangeKeyName, Object rangeKeyValue, String updateExpression, Map<String,String> nameMap, Map<String,Object> valueMap)UpdateItemOutcomeTable. updateItem(String hashKeyName, Object hashKeyValue, String rangeKeyName, Object rangeKeyValue, Collection<Expected> expected, AttributeUpdate... attributeUpdates)UpdateItemOutcomeTable. updateItem(String hashKeyName, Object hashKeyValue, String updateExpression, String conditionExpression, Map<String,String> nameMap, Map<String,Object> valueMap)UpdateItemOutcomeTable. updateItem(String hashKeyName, Object hashKeyValue, String updateExpression, Map<String,String> nameMap, Map<String,Object> valueMap)UpdateItemOutcomeTable. updateItem(String hashKeyName, Object hashKeyValue, Collection<Expected> expected, AttributeUpdate... attributeUpdates) -
Uses of UpdateItemOutcome in com.amazonaws.services.dynamodbv2.document.api
Methods in com.amazonaws.services.dynamodbv2.document.api that return UpdateItemOutcome Modifier and Type Method Description UpdateItemOutcomeUpdateItemApi. updateItem(PrimaryKey primaryKey, AttributeUpdate... attributeUpdates)Updates an item with the attributes specified.UpdateItemOutcomeUpdateItemApi. updateItem(PrimaryKey primaryKey, String updateExpression, String conditionExpression, Map<String,String> nameMap, Map<String,Object> valueMap)Updates an item with the specified primary key using the given update expression provided the condition expression evaluates to true.UpdateItemOutcomeUpdateItemApi. updateItem(PrimaryKey primaryKey, String updateExpression, Map<String,String> nameMap, Map<String,Object> valueMap)Performs an update on an item in the table using the given update expression string.UpdateItemOutcomeUpdateItemApi. updateItem(PrimaryKey primaryKey, Collection<Expected> expected, AttributeUpdate... attributeUpdates)Updates an item with the attributes specified.UpdateItemOutcomeUpdateItemApi. updateItem(UpdateItemSpec updateItemSpec)Performs an update on an item in the table by specifying all the details.UpdateItemOutcomeUpdateItemApi. updateItem(String hashKeyName, Object hashKeyValue, AttributeUpdate... attributeUpdates)UpdateItemOutcomeUpdateItemApi. updateItem(String hashKeyName, Object hashKeyValue, String rangeKeyName, Object rangeKeyValue, AttributeUpdate... attributeUpdates)UpdateItemOutcomeUpdateItemApi. updateItem(String hashKeyName, Object hashKeyValue, String rangeKeyName, Object rangeKeyValue, String updateExpression, String conditionExpression, Map<String,String> nameMap, Map<String,Object> valueMap)Updates an item with the specified hash key and range key using the given update expression provided the condition expression evaluates to true.UpdateItemOutcomeUpdateItemApi. updateItem(String hashKeyName, Object hashKeyValue, String rangeKeyName, Object rangeKeyValue, String updateExpression, Map<String,String> nameMap, Map<String,Object> valueMap)UpdateItemOutcomeUpdateItemApi. updateItem(String hashKeyName, Object hashKeyValue, String rangeKeyName, Object rangeKeyValue, Collection<Expected> expected, AttributeUpdate... attributeUpdates)Updates an item with the specified hash key, range key and attributes.UpdateItemOutcomeUpdateItemApi. updateItem(String hashKeyName, Object hashKeyValue, String updateExpression, String conditionExpression, Map<String,String> nameMap, Map<String,Object> valueMap)Updates an item with the specified hash key using the given update expression provided the condition expression evaluates to true.UpdateItemOutcomeUpdateItemApi. updateItem(String hashKeyName, Object hashKeyValue, String updateExpression, Map<String,String> nameMap, Map<String,Object> valueMap)UpdateItemOutcomeUpdateItemApi. updateItem(String hashKeyName, Object hashKeyValue, Collection<Expected> expected, AttributeUpdate... attributeUpdates)Updates an item with the specified hash-only key and attributes.
-