Package | Description |
---|---|
com.amazonaws.services.dynamodbv2.xspec |
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.
|
Modifier and Type | Method and Description |
---|---|
DeleteAction |
BS.delete(byte[]... values)
Returns a
DeleteAction for deleting the specified values
from this binary set. |
DeleteAction |
BS.delete(ByteBuffer... values)
Returns a
DeleteAction for deleting the specified values
from this binary set. |
DeleteAction |
NS.delete(Number... values)
Returns a
DeleteAction for deleting the specified values
from this number set. |
DeleteAction |
SS.delete(Set<String> values)
Returns a
DeleteAction for deleting the specified values
from this string set. |
<T extends Number> |
NS.delete(Set<T> values)
Returns a
DeleteAction for deleting the specified values
from this number set. |
DeleteAction |
SS.delete(String... values)
Returns a
DeleteAction for deleting the specified values
from this string set. |
Copyright © 2023. All rights reserved.