| Package | Description |
|---|---|
| com.amazonaws.services.dynamodb.model |
Classes modeling the various types represented by AmazonDynamoDB.
|
| Modifier and Type | Method and Description |
|---|---|
AttributeValueUpdate |
AttributeValueUpdate.withAction(AttributeAction action)
Deprecated.
The type of action for an item update operation.
|
AttributeValueUpdate |
AttributeValueUpdate.withAction(String action)
Deprecated.
The type of action for an item update operation.
|
AttributeValueUpdate |
AttributeValueUpdate.withValue(AttributeValue value)
Deprecated.
AttributeValue can be
String, Number,
Binary, StringSet, NumberSet,
BinarySet. |
| Modifier and Type | Method and Description |
|---|---|
Map<String,AttributeValueUpdate> |
UpdateItemRequest.getAttributeUpdates()
Deprecated.
Map of attribute name to the new value and action for the update.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateItemRequest.setAttributeUpdates(Map<String,AttributeValueUpdate> attributeUpdates)
Deprecated.
Map of attribute name to the new value and action for the update.
|
UpdateItemRequest |
UpdateItemRequest.withAttributeUpdates(Map<String,AttributeValueUpdate> attributeUpdates)
Deprecated.
Map of attribute name to the new value and action for the update.
|
| Constructor and Description |
|---|
UpdateItemRequest(String tableName,
Key key,
Map<String,AttributeValueUpdate> attributeUpdates)
Deprecated.
Constructs a new UpdateItemRequest object.
|
Copyright © 2015. All rights reserved.