Uses of Class
com.jcabi.dynamo.Attributes
-
Packages that use Attributes Package Description com.jcabi.dynamo Amazon Dynamo DB Object Layer.com.jcabi.dynamo.mock Amazon Dynamo DB Object Layer, mock version. -
-
Uses of Attributes in com.jcabi.dynamo
Methods in com.jcabi.dynamo that return Attributes Modifier and Type Method Description AttributesAttributes. only(Iterable<String> keys)Filter out all keys except provided ones.AttributesAttributes. with(String name, com.amazonaws.services.dynamodbv2.model.AttributeValue value)With this attribute.AttributesAttributes. with(String name, Integer value)With this attribute.AttributesAttributes. with(String name, Long value)With this attribute.AttributesAttributes. with(String name, Object value)With this attribute.AttributesAttributes. with(Map<String,com.amazonaws.services.dynamodbv2.model.AttributeValue> map)With these attributes. -
Uses of Attributes in com.jcabi.dynamo.mock
Methods in com.jcabi.dynamo.mock that return types with arguments of type Attributes 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.Methods in com.jcabi.dynamo.mock with parameters of type Attributes Modifier and Type Method Description voidH2Data. delete(String table, Attributes keys)voidMkData. delete(String table, Attributes keys)Delete attributes from the given table.voidH2Data. put(String table, Attributes attrs)voidMkData. put(String table, Attributes attrs)Add new attribute into the given table.voidH2Data. update(String table, Attributes keys, AttributeUpdates attrs)voidMkData. update(String table, Attributes keys, AttributeUpdates attrs)Add new attribute into the given table.
-