UpdateItemSpec | 
UpdateItemSpec.addAttributeUpdate(AttributeUpdate attributeUpdate)  | 
UpdateItemSpec | 
UpdateItemSpec.clearAttributeUpdate()  | 
UpdateItemSpec | 
UpdateItemSpec.withAttributeUpdate(AttributeUpdate... attributeUpdates)  | 
UpdateItemSpec | 
UpdateItemSpec.withAttributeUpdate(List<AttributeUpdate> attributeUpdates)  | 
UpdateItemSpec | 
UpdateItemSpec.withConditionExpression(String conditionExpression)  | 
UpdateItemSpec | 
UpdateItemSpec.withExpected(Collection<Expected> expected)  | 
UpdateItemSpec | 
UpdateItemSpec.withExpected(Expected... expected)  | 
UpdateItemSpec | 
UpdateItemSpec.withExpressionSpec(UpdateItemExpressionSpec xspec)
 | 
UpdateItemSpec | 
UpdateItemSpec.withNameMap(Map<String,String> nameMap)
Applicable only when an expression has been specified. 
 | 
UpdateItemSpec | 
UpdateItemSpec.withPrimaryKey(KeyAttribute... components)  | 
UpdateItemSpec | 
UpdateItemSpec.withPrimaryKey(PrimaryKey primaryKey)  | 
UpdateItemSpec | 
UpdateItemSpec.withPrimaryKey(String hashKeyName,
              Object hashKeyValue)  | 
UpdateItemSpec | 
UpdateItemSpec.withPrimaryKey(String hashKeyName,
              Object hashKeyValue,
              String rangeKeyName,
              Object rangeKeyValue)  | 
UpdateItemSpec | 
UpdateItemSpec.withProgressListener(ProgressListener progressListener)  | 
UpdateItemSpec | 
UpdateItemSpec.withRequestMetricCollector(RequestMetricCollector requestMetricCollector)  | 
UpdateItemSpec | 
UpdateItemSpec.withReturnConsumedCapacity(ReturnConsumedCapacity returnConsumedCapacity)  | 
UpdateItemSpec | 
UpdateItemSpec.withReturnConsumedCapacity(String returnConsumedCapacity)  | 
UpdateItemSpec | 
UpdateItemSpec.withReturnItemCollectionMetrics(ReturnItemCollectionMetrics returnItemCollectionMetrics)  | 
UpdateItemSpec | 
UpdateItemSpec.withReturnItemCollectionMetrics(String returnItemCollectionMetrics)  | 
UpdateItemSpec | 
UpdateItemSpec.withReturnValues(ReturnValue returnValues)  | 
UpdateItemSpec | 
UpdateItemSpec.withReturnValues(String returnValues)  | 
UpdateItemSpec | 
UpdateItemSpec.withUpdateExpression(String updateExpression)  | 
UpdateItemSpec | 
UpdateItemSpec.withValueMap(Map<String,Object> valueMap)
Applicable only when an expression has been specified. 
 |