Uses of Class
com.jcabi.dynamo.Conditions
-
Packages that use Conditions Package Description com.jcabi.dynamo Amazon Dynamo DB Object Layer.com.jcabi.dynamo.mock Amazon Dynamo DB Object Layer, mock version. -
-
Uses of Conditions in com.jcabi.dynamo
Methods in com.jcabi.dynamo that return Conditions Modifier and Type Method Description Conditions
Conditions. with(String name, com.amazonaws.services.dynamodbv2.model.Condition value)
With this condition.Conditions
Conditions. with(String name, Object value)
With this condition.Conditions
Conditions. with(Map<String,com.amazonaws.services.dynamodbv2.model.Condition> map)
With these conditions.Conditions
Conditions. withAttributes(Map<String,com.amazonaws.services.dynamodbv2.model.AttributeValue> map)
With these conditions. -
Uses of Conditions in com.jcabi.dynamo.mock
Methods in com.jcabi.dynamo.mock with parameters of type Conditions Modifier and Type Method Description Iterable<Attributes>
H2Data. iterate(String table, Conditions conds)
Iterable<Attributes>
MkData. iterate(String table, Conditions conds)
Iterate everything for the given table.
-