public class DynamoDBSaveExpression extends Object
Constructor and Description |
---|
DynamoDBSaveExpression() |
Modifier and Type | Method and Description |
---|---|
Map<String,ExpectedAttributeValue> |
getExpected()
Gets the map of attribute names to expected attribute values to check on save.
|
void |
setExpected(Map<String,ExpectedAttributeValue> expectedAttributes)
Sets the expected condition to the map of attribute names to expected attribute values given.
|
public void setExpected(Map<String,ExpectedAttributeValue> expectedAttributes)
expectedAttributes
- The map of attribute names to expected attribute value conditions to check on savepublic Map<String,ExpectedAttributeValue> getExpected()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.