Uses of Class
software.amazon.awssdk.services.dynamodb.model.UpdateItemResponse
Packages that use UpdateItemResponse
-
Uses of UpdateItemResponse in software.amazon.awssdk.services.dynamodb
Methods in software.amazon.awssdk.services.dynamodb that return UpdateItemResponseModifier and TypeMethodDescriptiondefault UpdateItemResponseDynamoDbClient.updateItem(Consumer<UpdateItemRequest.Builder> 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.Methods in software.amazon.awssdk.services.dynamodb that return types with arguments of type UpdateItemResponseModifier and TypeMethodDescriptiondefault CompletableFuture<UpdateItemResponse>DynamoDbAsyncClient.updateItem(Consumer<UpdateItemRequest.Builder> updateItemRequest) Edits an existing item's attributes, or adds a new item to the table if it does not already exist.default 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.