Package | Description |
---|---|
com.amazonaws.services.dynamodbv2.document | |
com.amazonaws.services.dynamodbv2.document.spec | |
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 |
---|---|
DeleteItemOutcome |
Table.deleteItem(PrimaryKey primaryKey,
DeleteItemExpressionSpec conditionExpressions) |
DeleteItemOutcome |
Table.deleteItem(String hashKeyName,
Object hashKeyValue,
String rangeKeyName,
Object rangeKeyValue,
DeleteItemExpressionSpec conditionExpressions) |
Modifier and Type | Method and Description |
---|---|
DeleteItemSpec |
DeleteItemSpec.withExpressionSpec(DeleteItemExpressionSpec xspec)
Convenient method to specify expressions (and the associated name map and
value map) via
DeleteItemExpressionSpec . |
Modifier and Type | Method and Description |
---|---|
DeleteItemExpressionSpec |
ExpressionSpecBuilder.buildForDeleteItem()
Returns an expression specification for use in a
DeleteItem
request to DynamoDB. |
Copyright © 2024. All rights reserved.