@Beta public final class DeleteItemExpressionSpec extends Object
Even though the internal name map and value map are unmodifiable, this object is only as unmodifiable as the underlying values in it's value map. In turn, the values in the value maps are essentially provided by the users of this library. In other words, this object is thread-safe as long as the underlying values provided by the users are thread-safe.
Modifier and Type | Method and Description |
---|---|
String |
getConditionExpression()
Returns the condition expression; or null if there is none.
|
Map<String,String> |
getNameMap()
Returns the name map which is unmodifiable; or null if there is none.
|
Map<String,Object> |
getValueMap()
Returns the value map which is unmodifiable; or null if there is none.
|
Copyright © 2020. All rights reserved.