Package | Description |
---|---|
com.amazonaws.services.dynamodbv2.document | |
com.amazonaws.services.dynamodbv2.document.api | |
com.amazonaws.services.dynamodbv2.document.spec |
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 |
---|---|
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.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(com.amazonaws.event.ProgressListener progressListener) |
UpdateItemSpec |
UpdateItemSpec.withRequestMetricCollector(com.amazonaws.metrics.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.
|
Copyright © 2015. All rights reserved.