Uses of Class
software.amazon.awssdk.services.dynamodb.model.AttributeValueUpdate
-
Packages that use AttributeValueUpdate Package Description software.amazon.awssdk.services.dynamodb.model -
-
Uses of AttributeValueUpdate in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type AttributeValueUpdate Modifier and Type Method Description Map<String,AttributeValueUpdate>
UpdateItemRequest. attributeUpdates()
This is a legacy parameter.Method parameters in software.amazon.awssdk.services.dynamodb.model with type arguments of type AttributeValueUpdate Modifier and Type Method Description UpdateItemRequest.Builder
UpdateItemRequest.Builder. attributeUpdates(Map<String,AttributeValueUpdate> attributeUpdates)
This is a legacy parameter.
-