Uses of Class
com.amazonaws.services.simpledb.model.UpdateCondition
-
Packages that use UpdateCondition Package Description com.amazonaws.services.simpledb.model -
-
Uses of UpdateCondition in com.amazonaws.services.simpledb.model
Methods in com.amazonaws.services.simpledb.model that return UpdateCondition Modifier and Type Method Description UpdateConditionUpdateCondition. clone()UpdateConditionDeleteAttributesRequest. getExpected()The update condition which, if specified, determines whether the specified attributes will be deleted or not.UpdateConditionPutAttributesRequest. getExpected()The update condition which, if specified, determines whether the specified attributes will be updated or not.UpdateConditionUpdateCondition. withExists(Boolean exists)A value specifying whether or not the specified attribute must exist with the specified value in order for the update condition to be satisfied.UpdateConditionUpdateCondition. withName(String name)The name of the attribute involved in the condition.UpdateConditionUpdateCondition. withValue(String value)The value of an attribute.Methods in com.amazonaws.services.simpledb.model with parameters of type UpdateCondition Modifier and Type Method Description voidDeleteAttributesRequest. setExpected(UpdateCondition expected)The update condition which, if specified, determines whether the specified attributes will be deleted or not.voidPutAttributesRequest. setExpected(UpdateCondition expected)The update condition which, if specified, determines whether the specified attributes will be updated or not.DeleteAttributesRequestDeleteAttributesRequest. withExpected(UpdateCondition expected)The update condition which, if specified, determines whether the specified attributes will be deleted or not.PutAttributesRequestPutAttributesRequest. withExpected(UpdateCondition expected)The update condition which, if specified, determines whether the specified attributes will be updated or not.Constructors in com.amazonaws.services.simpledb.model with parameters of type UpdateCondition Constructor Description DeleteAttributesRequest(String domainName, String itemName, List<Attribute> attributes, UpdateCondition expected)Constructs a new DeleteAttributesRequest object.PutAttributesRequest(String domainName, String itemName, List<ReplaceableAttribute> attributes, UpdateCondition expected)Constructs a new PutAttributesRequest object.
-