Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
UpdateItemResult |
AmazonDynamoDB.updateItem(String tableName,
Map<String,AttributeValue> key,
Map<String,AttributeValueUpdate> attributeUpdates)
Edits an existing item's attributes, or adds a new item to the table
if it does not already exist.
|
UpdateItemResult |
AmazonDynamoDBClient.updateItem(String tableName,
Map<String,AttributeValue> key,
Map<String,AttributeValueUpdate> attributeUpdates)
Edits an existing item's attributes, or adds a new item to the table
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 adds a new item to the table
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 adds a new item to the table
if it does not already exist.
|
Modifier and Type | Method and Description |
---|---|
protected Map<String,AttributeValueUpdate> |
DynamoDBMapper.SaveObjectHandler.getAttributeValueUpdates()
Get the map of AttributeValueUpdate on each modeled attribute.
|
Modifier and Type | Method and Description |
---|---|
AttributeValueUpdate |
AttributeValueUpdate.clone() |
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.
|
Modifier and Type | Method and Description |
---|---|
Map<String,AttributeValueUpdate> |
UpdateItemRequest.getAttributeUpdates()
|
Modifier and Type | Method and Description |
---|---|
UpdateItemRequest |
UpdateItemRequest.addAttributeUpdatesEntry(String key,
AttributeValueUpdate value)
|
Modifier and Type | Method and Description |
---|---|
void |
UpdateItemRequest.setAttributeUpdates(Map<String,AttributeValueUpdate> attributeUpdates)
|
UpdateItemRequest |
UpdateItemRequest.withAttributeUpdates(Map<String,AttributeValueUpdate> attributeUpdates)
|
Constructor and Description |
---|
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 © 2015. All rights reserved.