Java com.amazonaws.services.simpledb.model UpdateCondition fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.simpledb.model UpdateCondition fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.simpledb.model UpdateCondition.

The text is from its open source code.

Constructor

UpdateCondition(String name, String value, Boolean exists)
Constructs a new UpdateCondition object.
UpdateCondition()
Default constructor for UpdateCondition object.

Method

voidsetExists(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.

voidsetName(String name)

The name of the attribute involved in the condition.

voidsetValue(String value)

The value of an attribute.