Uses of Class
com.amazonaws.services.dynamodbv2.xspec.L
Packages that use L
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 L in com.amazonaws.services.dynamodbv2.xspec
Methods in com.amazonaws.services.dynamodbv2.xspec that return LModifier and TypeMethodDescriptionstatic LCreates a path operand that refers to a list attribute for the purpose of building expressions.Methods in com.amazonaws.services.dynamodbv2.xspec that return types with arguments of type LModifier and TypeMethodDescriptionstatic IfNotExistsFunction<L> ExpressionSpecBuilder.if_not_exists(String path, List<?> defaultValue) Returns anIfNotExistsobject which represents an if_not_exists(path, operand) function call; used for building expression.L.ifNotExists(L that) L.ifNotExists(Object... defaultValues) L.ifNotExists(List<?> defaultValue) Returns anIfNotExistsobject which represents an if_not_exists(path, operand) function call where path refers to that of the current path operand; used for building expressions.Methods in com.amazonaws.services.dynamodbv2.xspec with parameters of type LModifier and TypeMethodDescriptionL.ifNotExists(L that) L.listAppend(L that) Returns anListAppendfor building expression that involves a list_append(operand, operand) function for the purpose of adding the values of the specified list attribute to the current list attribute.Returns aSetActionobject used for building update expression.Method parameters in com.amazonaws.services.dynamodbv2.xspec with type arguments of type LModifier and TypeMethodDescriptionL.set(IfNotExistsFunction<L> ifNotExistsFunction) Returns aSetActionobject used for building update expression.