Modifier and Type | Method and Description |
---|---|
UpdateItemOutcome |
Table.updateItem(UpdateItemSpec updateItemSpec) |
Modifier and Type | Method and Description |
---|---|
UpdateItemOutcome |
UpdateItemApi.updateItem(UpdateItemSpec updateItemSpec)
Performs an update on an item in the table by specifying all the details.
|
Modifier and Type | Method and Description |
---|---|
private UpdateItemOutcome |
UpdateItemImpl.doUpdateItem(UpdateItemSpec spec) |
UpdateItemOutcome |
UpdateItemImpl.updateItem(UpdateItemSpec spec) |
Modifier and Type | Method and Description |
---|---|
UpdateItemSpec |
UpdateItemSpec.addAttributeUpdate(AttributeUpdate attributeUpdate) |
UpdateItemSpec |
UpdateItemSpec.clearAttributeUpdate() |
UpdateItemSpec |
UpdateItemSpec.withAttributeUpdate(AttributeUpdate... attributeUpdates) |
UpdateItemSpec |
UpdateItemSpec.withAttributeUpdate(java.util.List<AttributeUpdate> attributeUpdates) |
UpdateItemSpec |
UpdateItemSpec.withConditionExpression(java.lang.String conditionExpression) |
UpdateItemSpec |
UpdateItemSpec.withExpected(java.util.Collection<Expected> expected) |
UpdateItemSpec |
UpdateItemSpec.withExpected(Expected... expected) |
UpdateItemSpec |
UpdateItemSpec.withExpressionSpec(UpdateItemExpressionSpec xspec)
Convenient method to specify expressions (and the associated name map and
value map) via
UpdateItemExpressionSpec . |
UpdateItemSpec |
UpdateItemSpec.withNameMap(java.util.Map<java.lang.String,java.lang.String> nameMap)
Applicable only when an expression has been specified.
|
UpdateItemSpec |
UpdateItemSpec.withPrimaryKey(KeyAttribute... components) |
UpdateItemSpec |
UpdateItemSpec.withPrimaryKey(PrimaryKey primaryKey) |
UpdateItemSpec |
UpdateItemSpec.withPrimaryKey(java.lang.String hashKeyName,
java.lang.Object hashKeyValue) |
UpdateItemSpec |
UpdateItemSpec.withPrimaryKey(java.lang.String hashKeyName,
java.lang.Object hashKeyValue,
java.lang.String rangeKeyName,
java.lang.Object rangeKeyValue) |
UpdateItemSpec |
UpdateItemSpec.withProgressListener(ProgressListener progressListener) |
UpdateItemSpec |
UpdateItemSpec.withRequestMetricCollector(RequestMetricCollector requestMetricCollector) |
UpdateItemSpec |
UpdateItemSpec.withReturnConsumedCapacity(ReturnConsumedCapacity returnConsumedCapacity) |
UpdateItemSpec |
UpdateItemSpec.withReturnConsumedCapacity(java.lang.String returnConsumedCapacity) |
UpdateItemSpec |
UpdateItemSpec.withReturnItemCollectionMetrics(ReturnItemCollectionMetrics returnItemCollectionMetrics) |
UpdateItemSpec |
UpdateItemSpec.withReturnItemCollectionMetrics(java.lang.String returnItemCollectionMetrics) |
UpdateItemSpec |
UpdateItemSpec.withReturnValues(ReturnValue returnValues) |
UpdateItemSpec |
UpdateItemSpec.withReturnValues(java.lang.String returnValues) |
UpdateItemSpec |
UpdateItemSpec.withUpdateExpression(java.lang.String updateExpression) |
UpdateItemSpec |
UpdateItemSpec.withValueMap(java.util.Map<java.lang.String,java.lang.Object> valueMap)
Applicable only when an expression has been specified.
|