Uses of Class
com.amazonaws.services.dynamodbv2.model.UpdateItemResult
Packages that use UpdateItemResult
Package
Description
-
Uses of UpdateItemResult in com.amazonaws.services.dynamodbv2
Methods in com.amazonaws.services.dynamodbv2 that return UpdateItemResultModifier and TypeMethodDescriptionAbstractAmazonDynamoDB.updateItem
(UpdateItemRequest request) AbstractAmazonDynamoDB.updateItem
(String tableName, Map<String, AttributeValue> key, Map<String, AttributeValueUpdate> attributeUpdates) AbstractAmazonDynamoDB.updateItem
(String tableName, Map<String, AttributeValue> key, Map<String, AttributeValueUpdate> attributeUpdates, String returnValues) AmazonDynamoDB.updateItem
(UpdateItemRequest updateItemRequest) Edits an existing item's attributes, or adds a new item to the table if it does not already exist.AmazonDynamoDB.updateItem
(String tableName, Map<String, AttributeValue> key, Map<String, AttributeValueUpdate> attributeUpdates) Simplified method form for invoking the UpdateItem operation.AmazonDynamoDB.updateItem
(String tableName, Map<String, AttributeValue> key, Map<String, AttributeValueUpdate> attributeUpdates, String returnValues) Simplified method form for invoking the UpdateItem operation.AmazonDynamoDBClient.updateItem
(UpdateItemRequest updateItemRequest) Edits an existing item's attributes, or adds a new item to the table if it does not already exist.AmazonDynamoDBClient.updateItem
(String tableName, Map<String, AttributeValue> key, Map<String, AttributeValueUpdate> attributeUpdates) AmazonDynamoDBClient.updateItem
(String tableName, Map<String, AttributeValue> key, Map<String, AttributeValueUpdate> attributeUpdates, String returnValues) Methods in com.amazonaws.services.dynamodbv2 that return types with arguments of type UpdateItemResultModifier and TypeMethodDescriptionAbstractAmazonDynamoDBAsync.updateItemAsync
(UpdateItemRequest request) AbstractAmazonDynamoDBAsync.updateItemAsync
(UpdateItemRequest request, AsyncHandler<UpdateItemRequest, UpdateItemResult> asyncHandler) AbstractAmazonDynamoDBAsync.updateItemAsync
(String tableName, Map<String, AttributeValue> key, Map<String, AttributeValueUpdate> attributeUpdates) Simplified method form for invoking the UpdateItem operation.AbstractAmazonDynamoDBAsync.updateItemAsync
(String tableName, Map<String, AttributeValue> key, Map<String, AttributeValueUpdate> attributeUpdates, AsyncHandler<UpdateItemRequest, UpdateItemResult> asyncHandler) Simplified method form for invoking the UpdateItem operation with an AsyncHandler.AbstractAmazonDynamoDBAsync.updateItemAsync
(String tableName, Map<String, AttributeValue> key, Map<String, AttributeValueUpdate> attributeUpdates, String returnValues) Simplified method form for invoking the UpdateItem operation.AbstractAmazonDynamoDBAsync.updateItemAsync
(String tableName, Map<String, AttributeValue> key, Map<String, AttributeValueUpdate> attributeUpdates, String returnValues, AsyncHandler<UpdateItemRequest, UpdateItemResult> asyncHandler) Simplified method form for invoking the UpdateItem operation with an AsyncHandler.AmazonDynamoDBAsync.updateItemAsync
(UpdateItemRequest updateItemRequest) Edits an existing item's attributes, or adds a new item to the table if it does not already exist.AmazonDynamoDBAsync.updateItemAsync
(UpdateItemRequest updateItemRequest, AsyncHandler<UpdateItemRequest, UpdateItemResult> asyncHandler) Edits an existing item's attributes, or adds a new item to the table if it does not already exist.AmazonDynamoDBAsync.updateItemAsync
(String tableName, Map<String, AttributeValue> key, Map<String, AttributeValueUpdate> attributeUpdates) Simplified method form for invoking the UpdateItem operation.AmazonDynamoDBAsync.updateItemAsync
(String tableName, Map<String, AttributeValue> key, Map<String, AttributeValueUpdate> attributeUpdates, AsyncHandler<UpdateItemRequest, UpdateItemResult> asyncHandler) Simplified method form for invoking the UpdateItem operation with an AsyncHandler.AmazonDynamoDBAsync.updateItemAsync
(String tableName, Map<String, AttributeValue> key, Map<String, AttributeValueUpdate> attributeUpdates, String returnValues) Simplified method form for invoking the UpdateItem operation.AmazonDynamoDBAsync.updateItemAsync
(String tableName, Map<String, AttributeValue> key, Map<String, AttributeValueUpdate> attributeUpdates, String returnValues, AsyncHandler<UpdateItemRequest, UpdateItemResult> asyncHandler) Simplified method form for invoking the UpdateItem operation with an AsyncHandler.AmazonDynamoDBAsyncClient.updateItemAsync
(UpdateItemRequest request) AmazonDynamoDBAsyncClient.updateItemAsync
(UpdateItemRequest request, AsyncHandler<UpdateItemRequest, UpdateItemResult> asyncHandler) AmazonDynamoDBAsyncClient.updateItemAsync
(String tableName, Map<String, AttributeValue> key, Map<String, AttributeValueUpdate> attributeUpdates) Simplified method form for invoking the UpdateItem operation.AmazonDynamoDBAsyncClient.updateItemAsync
(String tableName, Map<String, AttributeValue> key, Map<String, AttributeValueUpdate> attributeUpdates, AsyncHandler<UpdateItemRequest, UpdateItemResult> asyncHandler) Simplified method form for invoking the UpdateItem operation with an AsyncHandler.AmazonDynamoDBAsyncClient.updateItemAsync
(String tableName, Map<String, AttributeValue> key, Map<String, AttributeValueUpdate> attributeUpdates, String returnValues) Simplified method form for invoking the UpdateItem operation.AmazonDynamoDBAsyncClient.updateItemAsync
(String tableName, Map<String, AttributeValue> key, Map<String, AttributeValueUpdate> attributeUpdates, String returnValues, AsyncHandler<UpdateItemRequest, UpdateItemResult> asyncHandler) Simplified method form for invoking the UpdateItem operation with an AsyncHandler.Method parameters in com.amazonaws.services.dynamodbv2 with type arguments of type UpdateItemResultModifier and TypeMethodDescriptionAbstractAmazonDynamoDBAsync.updateItemAsync
(UpdateItemRequest request, AsyncHandler<UpdateItemRequest, UpdateItemResult> asyncHandler) AbstractAmazonDynamoDBAsync.updateItemAsync
(String tableName, Map<String, AttributeValue> key, Map<String, AttributeValueUpdate> attributeUpdates, AsyncHandler<UpdateItemRequest, UpdateItemResult> asyncHandler) Simplified method form for invoking the UpdateItem operation with an AsyncHandler.AbstractAmazonDynamoDBAsync.updateItemAsync
(String tableName, Map<String, AttributeValue> key, Map<String, AttributeValueUpdate> attributeUpdates, String returnValues, AsyncHandler<UpdateItemRequest, UpdateItemResult> asyncHandler) Simplified method form for invoking the UpdateItem operation with an AsyncHandler.AmazonDynamoDBAsync.updateItemAsync
(UpdateItemRequest updateItemRequest, AsyncHandler<UpdateItemRequest, UpdateItemResult> asyncHandler) Edits an existing item's attributes, or adds a new item to the table if it does not already exist.AmazonDynamoDBAsync.updateItemAsync
(String tableName, Map<String, AttributeValue> key, Map<String, AttributeValueUpdate> attributeUpdates, AsyncHandler<UpdateItemRequest, UpdateItemResult> asyncHandler) Simplified method form for invoking the UpdateItem operation with an AsyncHandler.AmazonDynamoDBAsync.updateItemAsync
(String tableName, Map<String, AttributeValue> key, Map<String, AttributeValueUpdate> attributeUpdates, String returnValues, AsyncHandler<UpdateItemRequest, UpdateItemResult> asyncHandler) Simplified method form for invoking the UpdateItem operation with an AsyncHandler.AmazonDynamoDBAsyncClient.updateItemAsync
(UpdateItemRequest request, AsyncHandler<UpdateItemRequest, UpdateItemResult> asyncHandler) AmazonDynamoDBAsyncClient.updateItemAsync
(String tableName, Map<String, AttributeValue> key, Map<String, AttributeValueUpdate> attributeUpdates, AsyncHandler<UpdateItemRequest, UpdateItemResult> asyncHandler) Simplified method form for invoking the UpdateItem operation with an AsyncHandler.AmazonDynamoDBAsyncClient.updateItemAsync
(String tableName, Map<String, AttributeValue> key, Map<String, AttributeValueUpdate> attributeUpdates, String returnValues, AsyncHandler<UpdateItemRequest, UpdateItemResult> asyncHandler) Simplified method form for invoking the UpdateItem operation with an AsyncHandler. -
Uses of UpdateItemResult in com.amazonaws.services.dynamodbv2.datamodeling
Methods in com.amazonaws.services.dynamodbv2.datamodeling that return UpdateItemResultModifier and TypeMethodDescriptionprotected UpdateItemResult
DynamoDBMapper.SaveObjectHandler.doUpdateItem()
Save the item using a UpdateItem request. -
Uses of UpdateItemResult in com.amazonaws.services.dynamodbv2.document
Methods in com.amazonaws.services.dynamodbv2.document that return UpdateItemResultModifier and TypeMethodDescriptionUpdateItemOutcome.getUpdateItemResult()
Returns a non-null low-level result returned from the server side.Constructors in com.amazonaws.services.dynamodbv2.document with parameters of type UpdateItemResult -
Uses of UpdateItemResult in com.amazonaws.services.dynamodbv2.model
Methods in com.amazonaws.services.dynamodbv2.model that return UpdateItemResultModifier and TypeMethodDescriptionUpdateItemResult.addAttributesEntry
(String key, AttributeValue value) UpdateItemResult.clearAttributesEntries()
Removes all the entries added into Attributes.UpdateItemResult.clone()
UpdateItemResult.withAttributes
(Map<String, AttributeValue> attributes) A map of attribute values as they appeared before the UpdateItem operation.UpdateItemResult.withConsumedCapacity
(ConsumedCapacity consumedCapacity) UpdateItemResult.withItemCollectionMetrics
(ItemCollectionMetrics itemCollectionMetrics)