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

Packages that use AttributeValueUpdate
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 AttributeValueUpdate in com.amazonaws.services.dynamodbv2
 

Method parameters in com.amazonaws.services.dynamodbv2 with type arguments of type AttributeValueUpdate
 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.
 

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

Methods in com.amazonaws.services.dynamodbv2.datamodeling that return types with arguments of type AttributeValueUpdate
protected  Map<String,AttributeValueUpdate> DynamoDBMapper.SaveObjectHandler.getAttributeValueUpdates()
          Get the map of AttributeValueUpdate on each modeled attribute.
 

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

Methods in com.amazonaws.services.dynamodbv2.model that return AttributeValueUpdate
 AttributeValueUpdate AttributeValueUpdate.withAction(AttributeAction action)
          Specifies how to perform the update.
 AttributeValueUpdate AttributeValueUpdate.withAction(String action)
          Specifies how to perform the update.
 AttributeValueUpdate AttributeValueUpdate.withValue(AttributeValue value)
          Represents the data for an attribute.
 

Methods in com.amazonaws.services.dynamodbv2.model that return types with arguments of type AttributeValueUpdate
 Map<String,AttributeValueUpdate> UpdateItemRequest.getAttributeUpdates()
          The names of attributes to be modified, the action to perform on each, and the new value for each.
 

Methods in com.amazonaws.services.dynamodbv2.model with parameters of type AttributeValueUpdate
 UpdateItemRequest UpdateItemRequest.addAttributeUpdatesEntry(String key, AttributeValueUpdate value)
          The names of attributes to be modified, the action to perform on each, and the new value for each.
 

Method parameters in com.amazonaws.services.dynamodbv2.model with type arguments of type AttributeValueUpdate
 void UpdateItemRequest.setAttributeUpdates(Map<String,AttributeValueUpdate> attributeUpdates)
          The names of attributes to be modified, the action to perform on each, and the new value for each.
 UpdateItemRequest UpdateItemRequest.withAttributeUpdates(Map<String,AttributeValueUpdate> attributeUpdates)
          The names of attributes to be modified, the action to perform on each, and the new value for each.
 

Constructor parameters in com.amazonaws.services.dynamodbv2.model with type arguments of type AttributeValueUpdate
UpdateItemRequest(String tableName, Map<String,AttributeValue> key, Map<String,AttributeValueUpdate> attributeUpdates)
          Constructs a new UpdateItemRequest object.
UpdateItemRequest(String tableName, Map<String,AttributeValue> key, Map<String,AttributeValueUpdate> attributeUpdates, ReturnValue returnValues)
          Constructs a new UpdateItemRequest object.
UpdateItemRequest(String tableName, Map<String,AttributeValue> key, Map<String,AttributeValueUpdate> attributeUpdates, String returnValues)
          Constructs a new UpdateItemRequest object.
 



Copyright © 2016. All rights reserved.