Uses of Class
com.jcabi.dynamo.Attributes
Packages that use Attributes
Package
Description
Amazon Dynamo DB Object Layer.
Amazon Dynamo DB Object Layer, mock version.
-
Uses of Attributes in com.jcabi.dynamo
Methods in com.jcabi.dynamo that return AttributesModifier and TypeMethodDescriptionFilter out all keys except provided ones.With this attribute.With this attribute.With this attribute.With this attribute.With these attributes. -
Uses of Attributes in com.jcabi.dynamo.mock
Methods in com.jcabi.dynamo.mock that return types with arguments of type AttributesModifier and TypeMethodDescriptionH2Data.iterate(String table, Conditions conds) MkData.iterate(String table, Conditions conds) Iterate everything for the given table.Methods in com.jcabi.dynamo.mock with parameters of type AttributesModifier and TypeMethodDescriptionvoidH2Data.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.