Uses of Class
com.jcabi.dynamo.AttributeUpdates
Packages that use AttributeUpdates
Package
Description
Amazon Dynamo DB Object Layer.
Amazon Dynamo DB Object Layer, mock version.
-
Uses of AttributeUpdates in com.jcabi.dynamo
Methods in com.jcabi.dynamo that return AttributeUpdatesModifier and TypeMethodDescriptionWith this attribute.AttributeUpdates.with(String name, software.amazon.awssdk.services.dynamodb.model.AttributeValue value) With this attribute.AttributeUpdates.with(String name, software.amazon.awssdk.services.dynamodb.model.AttributeValueUpdate value) With this attribute.AttributeUpdates.with(Map<String, software.amazon.awssdk.services.dynamodb.model.AttributeValueUpdate> map) With these AttributeUpdates. -
Uses of AttributeUpdates in com.jcabi.dynamo.mock
Methods in com.jcabi.dynamo.mock with parameters of type AttributeUpdatesModifier and TypeMethodDescriptionvoidH2Data.update(String table, Attributes keys, AttributeUpdates attrs) voidMkData.update(String table, Attributes keys, AttributeUpdates attrs) Add new attribute into the given table.