Uses of Class
com.amazonaws.services.dynamodbv2.xspec.Operand
Packages that use Operand
Package
Description
A request-centric Expression Specification Builder package that can be used to construct valid
expressions, and the respective name maps and value maps, for various DynamoDB requests in a typeful manner.
-
Uses of Operand in com.amazonaws.services.dynamodbv2.xspec
Subclasses of Operand in com.amazonaws.services.dynamodbv2.xspecModifier and TypeClassDescriptionfinal class
A path operand that refers to a binary attribute in DynamoDB; used for building expressions.final class
A path operand that refers to a boolean attribute in DynamoDB; used for building expressions.final class
A path operand that refers to a binary set attribute in DynamoDB; used for building expressions.class
Represents a function call in building expression.final class
Represents an if_not_exists(path, operand) function in building expressions.final class
A path operand that refers to a list attribute in DynamoDB; used for building expressions.final class
Represents the list_append(operand, operand) function in building expression.final class
A path operand that refers to a map attribute in DynamoDB; used for building expressions.final class
A path operand that refers to a number attribute in DynamoDB; used for building expressions.final class
A path operand that refers to a number set attribute in DynamoDB; used for building expressions.class
A path operand that refers to a NULL attribute in DynamoDB; used for building expressions.class
A path operand used in building DynamooDB expressions such as update expressions and condition (aka filter) expressions.final class
A path operand that refers to a string attribute in DynamoDB; used for building expressions.final class
A path operand that refers to a string set attribute in DynamoDB; used for building expressions.