Uses of Class
software.amazon.awssdk.services.dynamodb.model.UpdateItemRequest
Packages that use UpdateItemRequest
Package
Description
-
Uses of UpdateItemRequest in software.amazon.awssdk.services.dynamodb
Methods in software.amazon.awssdk.services.dynamodb with parameters of type UpdateItemRequestModifier and TypeMethodDescriptiondefault CompletableFuture<UpdateItemResponse>DynamoDbAsyncClient.updateItem(UpdateItemRequest updateItemRequest) Edits an existing item's attributes, or adds a new item to the table if it does not already exist.default UpdateItemResponseDynamoDbClient.updateItem(UpdateItemRequest updateItemRequest) Edits an existing item's attributes, or adds a new item to the table if it does not already exist. -
Uses of UpdateItemRequest in software.amazon.awssdk.services.dynamodb.transform
Methods in software.amazon.awssdk.services.dynamodb.transform with parameters of type UpdateItemRequestModifier and TypeMethodDescriptionUpdateItemRequestMarshaller.marshall(UpdateItemRequest updateItemRequest)