Uses of Class
com.amazonaws.services.dynamodbv2.document.spec.UpdateItemSpec
Packages that use UpdateItemSpec
Package
Description
-
Uses of UpdateItemSpec in com.amazonaws.services.dynamodbv2.document
Methods in com.amazonaws.services.dynamodbv2.document with parameters of type UpdateItemSpec -
Uses of UpdateItemSpec in com.amazonaws.services.dynamodbv2.document.api
Methods in com.amazonaws.services.dynamodbv2.document.api with parameters of type UpdateItemSpecModifier and TypeMethodDescriptionUpdateItemApi.updateItem
(UpdateItemSpec updateItemSpec) Performs an update on an item in the table by specifying all the details. -
Uses of UpdateItemSpec in com.amazonaws.services.dynamodbv2.document.spec
Methods in com.amazonaws.services.dynamodbv2.document.spec that return UpdateItemSpecModifier and TypeMethodDescriptionUpdateItemSpec.addAttributeUpdate
(AttributeUpdate attributeUpdate) UpdateItemSpec.clearAttributeUpdate()
UpdateItemSpec.withAttributeUpdate
(AttributeUpdate... attributeUpdates) UpdateItemSpec.withAttributeUpdate
(List<AttributeUpdate> attributeUpdates) UpdateItemSpec.withConditionExpression
(String conditionExpression) UpdateItemSpec.withExpected
(Expected... expected) UpdateItemSpec.withExpected
(Collection<Expected> expected) UpdateItemSpec.withExpressionSpec
(UpdateItemExpressionSpec xspec) Convenient method to specify expressions (and the associated name map and value map) viaUpdateItemExpressionSpec
.UpdateItemSpec.withNameMap
(Map<String, String> nameMap) Applicable only when an expression has been specified.UpdateItemSpec.withPrimaryKey
(KeyAttribute... components) UpdateItemSpec.withPrimaryKey
(PrimaryKey primaryKey) UpdateItemSpec.withPrimaryKey
(String hashKeyName, Object hashKeyValue) UpdateItemSpec.withPrimaryKey
(String hashKeyName, Object hashKeyValue, String rangeKeyName, Object rangeKeyValue) UpdateItemSpec.withProgressListener
(ProgressListener progressListener) UpdateItemSpec.withRequestMetricCollector
(RequestMetricCollector requestMetricCollector) UpdateItemSpec.withReturnConsumedCapacity
(ReturnConsumedCapacity returnConsumedCapacity) UpdateItemSpec.withReturnConsumedCapacity
(String returnConsumedCapacity) UpdateItemSpec.withReturnItemCollectionMetrics
(ReturnItemCollectionMetrics returnItemCollectionMetrics) UpdateItemSpec.withReturnItemCollectionMetrics
(String returnItemCollectionMetrics) UpdateItemSpec.withReturnValues
(ReturnValue returnValues) UpdateItemSpec.withReturnValues
(String returnValues) UpdateItemSpec.withUpdateExpression
(String updateExpression) UpdateItemSpec.withValueMap
(Map<String, Object> valueMap) Applicable only when an expression has been specified.