Uses of Class
com.jcabi.dynamo.AttributeUpdates
-
Packages that use AttributeUpdates Package Description com.jcabi.dynamo Amazon Dynamo DB Object Layer.com.jcabi.dynamo.mock Amazon Dynamo DB Object Layer, mock version. -
-
Uses of AttributeUpdates in com.jcabi.dynamo
Methods in com.jcabi.dynamo that return AttributeUpdates Modifier and Type Method Description AttributeUpdates
AttributeUpdates. with(String name, com.amazonaws.services.dynamodbv2.model.AttributeValue value)
With this attribute.AttributeUpdates
AttributeUpdates. with(String name, com.amazonaws.services.dynamodbv2.model.AttributeValueUpdate value)
With this attribute.AttributeUpdates
AttributeUpdates. with(String name, Object value)
With this attribute.AttributeUpdates
AttributeUpdates. with(Map<String,com.amazonaws.services.dynamodbv2.model.AttributeValueUpdate> map)
With these AttributeUpdates. -
Uses of AttributeUpdates in com.jcabi.dynamo.mock
Methods in com.jcabi.dynamo.mock with parameters of type AttributeUpdates Modifier and Type Method Description void
H2Data. update(String table, Attributes keys, AttributeUpdates attrs)
void
MkData. update(String table, Attributes keys, AttributeUpdates attrs)
Add new attribute into the given table.
-