|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UpdateCondition | |
|---|---|
| com.amazonaws.services.simpledb.model | Classes modeling the various types represented by AmazonSimpleDB. |
| Uses of UpdateCondition in com.amazonaws.services.simpledb.model |
|---|
| Methods in com.amazonaws.services.simpledb.model that return UpdateCondition | |
|---|---|
UpdateCondition |
DeleteAttributesRequest.getExpected()
The update condition which, if specified, determines if the specified attributes will be deleted or not. |
UpdateCondition |
PutAttributesRequest.getExpected()
The update condition which, if specified, determines if the specified attributes will be updated or not. |
UpdateCondition |
UpdateCondition.withExists(Boolean exists)
True if the specified attribute must exist with the specified value in order for this update condition to be satisfied, otherwise false if the specified attribute should not exist in order for this update condition to be satisfied. |
UpdateCondition |
UpdateCondition.withName(String name)
The name of the attribute involved in the condition. |
UpdateCondition |
UpdateCondition.withValue(String value)
The value of an attribute. |
| Methods in com.amazonaws.services.simpledb.model with parameters of type UpdateCondition | |
|---|---|
void |
DeleteAttributesRequest.setExpected(UpdateCondition expected)
The update condition which, if specified, determines if the specified attributes will be deleted or not. |
void |
PutAttributesRequest.setExpected(UpdateCondition expected)
The update condition which, if specified, determines if the specified attributes will be updated or not. |
DeleteAttributesRequest |
DeleteAttributesRequest.withExpected(UpdateCondition expected)
The update condition which, if specified, determines if the specified attributes will be deleted or not. |
PutAttributesRequest |
PutAttributesRequest.withExpected(UpdateCondition expected)
The update condition which, if specified, determines if the specified attributes will be updated or not. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||