Uses of Class
com.amazonaws.services.dynamodbv2.model.UpdateItemResult

Packages that use UpdateItemResult
com.amazonaws.services.dynamodbv2 Synchronous and asynchronous client classes for accessing AmazonDynamoDBv2. 
com.amazonaws.services.dynamodbv2.datamodeling   
com.amazonaws.services.dynamodbv2.model Classes modeling the various types represented by AmazonDynamoDBv2. 
 

Uses of UpdateItemResult in com.amazonaws.services.dynamodbv2
 

Methods in com.amazonaws.services.dynamodbv2 that return UpdateItemResult
 UpdateItemResult AmazonDynamoDBClient.updateItem(String tableName, Map<String,AttributeValue> key, Map<String,AttributeValueUpdate> attributeUpdates)
           Edits an existing item's attributes, or inserts a new item if it does not already exist.
 UpdateItemResult AmazonDynamoDB.updateItem(String tableName, Map<String,AttributeValue> key, Map<String,AttributeValueUpdate> attributeUpdates)
           Edits an existing item's attributes, or inserts a new item if it does not already exist.
 UpdateItemResult AmazonDynamoDBClient.updateItem(String tableName, Map<String,AttributeValue> key, Map<String,AttributeValueUpdate> attributeUpdates, String returnValues)
           Edits an existing item's attributes, or inserts a new item if it does not already exist.
 UpdateItemResult AmazonDynamoDB.updateItem(String tableName, Map<String,AttributeValue> key, Map<String,AttributeValueUpdate> attributeUpdates, String returnValues)
           Edits an existing item's attributes, or inserts a new item if it does not already exist.
 UpdateItemResult AmazonDynamoDBClient.updateItem(UpdateItemRequest updateItemRequest)
           Edits an existing item's attributes, or inserts a new item if it does not already exist.
 UpdateItemResult AmazonDynamoDB.updateItem(UpdateItemRequest updateItemRequest)
           Edits an existing item's attributes, or inserts a new item if it does not already exist.
 

Methods in com.amazonaws.services.dynamodbv2 that return types with arguments of type UpdateItemResult
 Future<UpdateItemResult> AmazonDynamoDBAsyncClient.updateItemAsync(UpdateItemRequest updateItemRequest)
           Edits an existing item's attributes, or inserts a new item if it does not already exist.
 Future<UpdateItemResult> AmazonDynamoDBAsync.updateItemAsync(UpdateItemRequest updateItemRequest)
           Edits an existing item's attributes, or inserts a new item if it does not already exist.
 Future<UpdateItemResult> AmazonDynamoDBAsyncClient.updateItemAsync(UpdateItemRequest updateItemRequest, AsyncHandler<UpdateItemRequest,UpdateItemResult> asyncHandler)
           Edits an existing item's attributes, or inserts a new item if it does not already exist.
 Future<UpdateItemResult> AmazonDynamoDBAsync.updateItemAsync(UpdateItemRequest updateItemRequest, AsyncHandler<UpdateItemRequest,UpdateItemResult> asyncHandler)
           Edits an existing item's attributes, or inserts a new item if it does not already exist.
 

Method parameters in com.amazonaws.services.dynamodbv2 with type arguments of type UpdateItemResult
 Future<UpdateItemResult> AmazonDynamoDBAsyncClient.updateItemAsync(UpdateItemRequest updateItemRequest, AsyncHandler<UpdateItemRequest,UpdateItemResult> asyncHandler)
           Edits an existing item's attributes, or inserts a new item if it does not already exist.
 Future<UpdateItemResult> AmazonDynamoDBAsync.updateItemAsync(UpdateItemRequest updateItemRequest, AsyncHandler<UpdateItemRequest,UpdateItemResult> asyncHandler)
           Edits an existing item's attributes, or inserts a new item if it does not already exist.
 

Uses of UpdateItemResult in com.amazonaws.services.dynamodbv2.datamodeling
 

Methods in com.amazonaws.services.dynamodbv2.datamodeling that return UpdateItemResult
protected  UpdateItemResult DynamoDBMapper.SaveObjectHandler.doUpdateItem()
          Save the item using a UpdateItem request.
 

Uses of UpdateItemResult in com.amazonaws.services.dynamodbv2.model
 

Methods in com.amazonaws.services.dynamodbv2.model that return UpdateItemResult
 UpdateItemResult UpdateItemResult.addAttributesEntry(String key, AttributeValue value)
          A map of attribute values as they appeared before the UpdateItem operation, but only if ReturnValues was specified as something other than NONE in the request.
 UpdateItemResult UpdateItemResult.clearAttributesEntries()
          Removes all the entries added into Attributes.
 UpdateItemResult UpdateItemResult.withAttributes(Map<String,AttributeValue> attributes)
          A map of attribute values as they appeared before the UpdateItem operation, but only if ReturnValues was specified as something other than NONE in the request.
 UpdateItemResult UpdateItemResult.withConsumedCapacity(ConsumedCapacity consumedCapacity)
          Represents the capacity units consumed by an operation.
 UpdateItemResult UpdateItemResult.withItemCollectionMetrics(ItemCollectionMetrics itemCollectionMetrics)
          Information about item collections, if any, that were affected by the operation.
 



Copyright © 2016. All rights reserved.