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 | Class and Description |
---|---|
class |
AddAction
Represents an ADD action in the ADD section of an update expression.
|
class |
DeleteAction
Represents a DELETE action in the DELETE section of an update expression.
|
class |
RemoveAction
Represents a REMOVE action in the REMOVE section of an update expression.
|
class |
SetAction
Represents a SET action in the SET section of an update expression.
|
Modifier and Type | Method and Description |
---|---|
ExpressionSpecBuilder |
ExpressionSpecBuilder.addUpdate(UpdateAction updateAction)
Fluent API to add the given Update expression for a request.
|
Copyright © 2023. All rights reserved.