Package | Description |
---|---|
com.amazonaws.services.simpledb.model | |
com.amazonaws.services.simpledb.model.transform |
Modifier and Type | Field and Description |
---|---|
private UpdateCondition |
PutAttributesRequest.expected
The update condition which, if specified, determines whether the
specified attributes will be updated or not.
|
private UpdateCondition |
DeleteAttributesRequest.expected
The update condition which, if specified, determines whether the
specified attributes will be deleted or not.
|
Modifier and Type | Method and Description |
---|---|
UpdateCondition |
UpdateCondition.clone() |
UpdateCondition |
PutAttributesRequest.getExpected()
The update condition which, if specified, determines whether the
specified attributes will be updated or not.
|
UpdateCondition |
DeleteAttributesRequest.getExpected()
The update condition which, if specified, determines whether the
specified attributes will be deleted or not.
|
UpdateCondition |
UpdateCondition.withExists(java.lang.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.
|
UpdateCondition |
UpdateCondition.withName(java.lang.String name)
The name of the attribute involved in the condition.
|
UpdateCondition |
UpdateCondition.withValue(java.lang.String value)
The value of an attribute.
|
Modifier and Type | Method and Description |
---|---|
void |
PutAttributesRequest.setExpected(UpdateCondition expected)
The update condition which, if specified, determines whether the
specified attributes will be updated or not.
|
void |
DeleteAttributesRequest.setExpected(UpdateCondition expected)
The update condition which, if specified, determines whether the
specified attributes will be deleted or not.
|
PutAttributesRequest |
PutAttributesRequest.withExpected(UpdateCondition expected)
The update condition which, if specified, determines whether the
specified attributes will be updated or not.
|
DeleteAttributesRequest |
DeleteAttributesRequest.withExpected(UpdateCondition expected)
The update condition which, if specified, determines whether the
specified attributes will be deleted or not.
|
Constructor and Description |
---|
DeleteAttributesRequest(java.lang.String domainName,
java.lang.String itemName,
java.util.List<Attribute> attributes,
UpdateCondition expected)
Constructs a new DeleteAttributesRequest object.
|
PutAttributesRequest(java.lang.String domainName,
java.lang.String itemName,
java.util.List<ReplaceableAttribute> attributes,
UpdateCondition expected)
Constructs a new PutAttributesRequest object.
|
Modifier and Type | Method and Description |
---|---|
UpdateCondition |
UpdateConditionStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |