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 Attributes
Attributes. only(Iterable<String> keys)
Filter out all keys except provided ones.Attributes
Attributes. with(String name, com.amazonaws.services.dynamodbv2.model.AttributeValue value)
With this attribute.Attributes
Attributes. with(String name, Integer value)
With this attribute.Attributes
Attributes. with(String name, Long value)
With this attribute.Attributes
Attributes. with(String name, Object value)
With this attribute.Attributes
Attributes. 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 void
H2Data. delete(String table, Attributes keys)
void
MkData. delete(String table, Attributes keys)
Delete attributes from the given table.void
H2Data. put(String table, Attributes attrs)
void
MkData. put(String table, Attributes attrs)
Add new attribute into the given table.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.
-