Uses of Class
com.amazonaws.services.dynamodbv2.xspec.DeleteAction
Packages that use DeleteAction
Package
Description
A request-centric Expression Specification Builder package that can be used to construct valid
expressions, and the respective name maps and value maps, for various DynamoDB requests in a typeful manner.
-
Uses of DeleteAction in com.amazonaws.services.dynamodbv2.xspec
Methods in com.amazonaws.services.dynamodbv2.xspec that return DeleteActionModifier and TypeMethodDescriptionBS.delete
(byte[]... values) Returns aDeleteAction
for deleting the specified values from this binary set.BS.delete
(ByteBuffer... values) Returns aDeleteAction
for deleting the specified values from this binary set.Returns aDeleteAction
for deleting the specified values from this number set.<T extends Number>
DeleteActionReturns aDeleteAction
for deleting the specified values from this number set.Returns aDeleteAction
for deleting the specified values from this string set.Returns aDeleteAction
for deleting the specified values from this string set.