Uses of Class
software.amazon.awssdk.services.dynamodb.model.Update
-
Packages that use Update Package Description software.amazon.awssdk.services.dynamodb.model -
-
Uses of Update in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return Update Modifier and Type Method Description Update
TransactWriteItem. update()
A request to perform anUpdateItem
operation.Methods in software.amazon.awssdk.services.dynamodb.model with parameters of type Update Modifier and Type Method Description TransactWriteItem.Builder
TransactWriteItem.Builder. update(Update update)
A request to perform anUpdateItem
operation.
-