Uses of Class
com.amazonaws.services.dynamodbv2.xspec.L
-
Packages that use L Package Description com.amazonaws.services.dynamodbv2.xspec 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 L Modifier and Type Method Description static LExpressionSpecBuilder. L(String path)Creates 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 L Modifier and Type Method Description static 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.IfNotExistsFunction<L>L. ifNotExists(L that)IfNotExistsFunction<L>L. ifNotExists(Object... defaultValues)IfNotExistsFunction<L>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 L Modifier and Type Method Description ComparatorConditionL. eq(L that)IfNotExistsFunction<L>L. ifNotExists(L that)ListAppendFunctionL. 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.ComparatorConditionL. ne(L that)SetActionL. set(L source)Returns aSetActionobject used for building update expression.Method parameters in com.amazonaws.services.dynamodbv2.xspec with type arguments of type L Modifier and Type Method Description SetActionL. set(IfNotExistsFunction<L> ifNotExistsFunction)Returns aSetActionobject used for building update expression.
-