Uses of Class
com.amazonaws.services.dynamodbv2.model.ExpectedAttributeValue
-
Packages that use ExpectedAttributeValue Package Description com.amazonaws.services.dynamodbv2.datamodeling com.amazonaws.services.dynamodbv2.model -
-
Uses of ExpectedAttributeValue in com.amazonaws.services.dynamodbv2.datamodeling
Fields in com.amazonaws.services.dynamodbv2.datamodeling with type parameters of type ExpectedAttributeValue Modifier and Type Field Description protected Map<String,ExpectedAttributeValue>DynamoDBMapper.SaveObjectHandler. userProvidedExpectedValueConditionsAdditional expected value conditions specified by the user.Methods in com.amazonaws.services.dynamodbv2.datamodeling that return types with arguments of type ExpectedAttributeValue Modifier and Type Method Description Map<String,ExpectedAttributeValue>DynamoDBDeleteExpression. getExpected()Gets the map of attribute names to expected attribute values to check on delete.Map<String,ExpectedAttributeValue>DynamoDBSaveExpression. getExpected()Gets the map of attribute names to expected attribute values to check on save.protected Map<String,ExpectedAttributeValue>DynamoDBMapper.SaveObjectHandler. mergeExpectedAttributeValueConditions()Merge and return all the expected value conditions (either user-specified or imposed by the internal implementation of DynamoDBMapper) for this save operation.Methods in com.amazonaws.services.dynamodbv2.datamodeling with parameters of type ExpectedAttributeValue Modifier and Type Method Description DynamoDBDeleteExpressionDynamoDBDeleteExpression. withExpectedEntry(String attributeName, ExpectedAttributeValue expected)Adds one entry to the expected conditions and returns a pointer to this object for method-chaining.DynamoDBSaveExpressionDynamoDBSaveExpression. withExpectedEntry(String attributeName, ExpectedAttributeValue expected)Adds one entry to the expected conditions and returns a pointer to this object for method-chaining.Method parameters in com.amazonaws.services.dynamodbv2.datamodeling with type arguments of type ExpectedAttributeValue Modifier and Type Method Description voidDynamoDBDeleteExpression. setExpected(Map<String,ExpectedAttributeValue> expectedAttributes)Sets the expected condition to the map of attribute names to expected attribute values given.voidDynamoDBSaveExpression. setExpected(Map<String,ExpectedAttributeValue> expectedAttributes)Sets the expected condition to the map of attribute names to expected attribute values given.DynamoDBDeleteExpressionDynamoDBDeleteExpression. withExpected(Map<String,ExpectedAttributeValue> expectedAttributes)Sets the expected condition to the map of attribute names to expected attribute values given and returns a pointer to this object for method-chaining.DynamoDBSaveExpressionDynamoDBSaveExpression. withExpected(Map<String,ExpectedAttributeValue> expectedAttributes)Sets the expected condition to the map of attribute names to expected attribute values given and returns a pointer to this object for method-chaining. -
Uses of ExpectedAttributeValue in com.amazonaws.services.dynamodbv2.model
Methods in com.amazonaws.services.dynamodbv2.model that return ExpectedAttributeValue Modifier and Type Method Description ExpectedAttributeValueExpectedAttributeValue. clone()ExpectedAttributeValueExpectedAttributeValue. withAttributeValueList(AttributeValue... attributeValueList)One or more values to evaluate against the supplied attribute.ExpectedAttributeValueExpectedAttributeValue. withAttributeValueList(Collection<AttributeValue> attributeValueList)One or more values to evaluate against the supplied attribute.ExpectedAttributeValueExpectedAttributeValue. withComparisonOperator(ComparisonOperator comparisonOperator)A comparator for evaluating attributes in the AttributeValueList.ExpectedAttributeValueExpectedAttributeValue. withComparisonOperator(String comparisonOperator)A comparator for evaluating attributes in the AttributeValueList.ExpectedAttributeValueExpectedAttributeValue. withExists(Boolean exists)Causes DynamoDB to evaluate the value before attempting a conditional operation:ExpectedAttributeValueExpectedAttributeValue. withValue(AttributeValue value)Methods in com.amazonaws.services.dynamodbv2.model that return types with arguments of type ExpectedAttributeValue Modifier and Type Method Description Map<String,ExpectedAttributeValue>DeleteItemRequest. getExpected()Map<String,ExpectedAttributeValue>PutItemRequest. getExpected()Map<String,ExpectedAttributeValue>UpdateItemRequest. getExpected()Methods in com.amazonaws.services.dynamodbv2.model with parameters of type ExpectedAttributeValue Modifier and Type Method Description DeleteItemRequestDeleteItemRequest. addExpectedEntry(String key, ExpectedAttributeValue value)PutItemRequestPutItemRequest. addExpectedEntry(String key, ExpectedAttributeValue value)UpdateItemRequestUpdateItemRequest. addExpectedEntry(String key, ExpectedAttributeValue value)Method parameters in com.amazonaws.services.dynamodbv2.model with type arguments of type ExpectedAttributeValue Modifier and Type Method Description voidDeleteItemRequest. setExpected(Map<String,ExpectedAttributeValue> expected)voidPutItemRequest. setExpected(Map<String,ExpectedAttributeValue> expected)voidUpdateItemRequest. setExpected(Map<String,ExpectedAttributeValue> expected)DeleteItemRequestDeleteItemRequest. withExpected(Map<String,ExpectedAttributeValue> expected)PutItemRequestPutItemRequest. withExpected(Map<String,ExpectedAttributeValue> expected)UpdateItemRequestUpdateItemRequest. withExpected(Map<String,ExpectedAttributeValue> expected)
-