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 AttributeUpdatesAttributeUpdates. with(String name, com.amazonaws.services.dynamodbv2.model.AttributeValue value)With this attribute.AttributeUpdatesAttributeUpdates. with(String name, com.amazonaws.services.dynamodbv2.model.AttributeValueUpdate value)With this attribute.AttributeUpdatesAttributeUpdates. with(String name, Object value)With this attribute.AttributeUpdatesAttributeUpdates. 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 voidH2Data. update(String table, Attributes keys, AttributeUpdates attrs)voidMkData. update(String table, Attributes keys, AttributeUpdates attrs)Add new attribute into the given table.
-