Package | Description |
---|---|
com.amazonaws.services.dynamodbv2 |
Synchronous and asynchronous client classes for accessing AmazonDynamoDBv2.
|
com.amazonaws.services.dynamodbv2.datamodeling | |
com.amazonaws.services.dynamodbv2.document | |
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.
|
UpdateItemResult |
AmazonDynamoDB.updateItem(UpdateItemRequest updateItemRequest)
Edits an existing item's attributes, or adds a new item to the table
if it does not already exist.
|
UpdateItemResult |
AmazonDynamoDBClient.updateItem(UpdateItemRequest updateItemRequest)
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 |
---|---|
Future<UpdateItemResult> |
AmazonDynamoDBAsyncClient.updateItemAsync(UpdateItemRequest updateItemRequest)
Edits an existing item's attributes, or adds a new item to the table
if it does not already exist.
|
Future<UpdateItemResult> |
AmazonDynamoDBAsync.updateItemAsync(UpdateItemRequest updateItemRequest)
Edits an existing item's attributes, or adds a new item to the table
if it does not already exist.
|
Future<UpdateItemResult> |
AmazonDynamoDBAsyncClient.updateItemAsync(UpdateItemRequest updateItemRequest,
com.amazonaws.handlers.AsyncHandler<UpdateItemRequest,UpdateItemResult> asyncHandler)
Edits an existing item's attributes, or adds a new item to the table
if it does not already exist.
|
Future<UpdateItemResult> |
AmazonDynamoDBAsync.updateItemAsync(UpdateItemRequest updateItemRequest,
com.amazonaws.handlers.AsyncHandler<UpdateItemRequest,UpdateItemResult> asyncHandler)
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 |
---|---|
Future<UpdateItemResult> |
AmazonDynamoDBAsyncClient.updateItemAsync(UpdateItemRequest updateItemRequest,
com.amazonaws.handlers.AsyncHandler<UpdateItemRequest,UpdateItemResult> asyncHandler)
Edits an existing item's attributes, or adds a new item to the table
if it does not already exist.
|
Future<UpdateItemResult> |
AmazonDynamoDBAsync.updateItemAsync(UpdateItemRequest updateItemRequest,
com.amazonaws.handlers.AsyncHandler<UpdateItemRequest,UpdateItemResult> asyncHandler)
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 UpdateItemResult |
DynamoDBMapper.SaveObjectHandler.doUpdateItem()
Save the item using a UpdateItem request.
|
Modifier and Type | Method and Description |
---|---|
UpdateItemResult |
UpdateItemOutcome.getUpdateItemResult()
Returns a non-null low-level result returned from the server side.
|
Constructor and Description |
---|
UpdateItemOutcome(UpdateItemResult result) |
Modifier and Type | Method and Description |
---|---|
UpdateItemResult |
UpdateItemResult.addAttributesEntry(String key,
AttributeValue value)
A map of attribute values as they appeared before the
UpdateItem operation.
|
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.
|
UpdateItemResult |
UpdateItemResult.withConsumedCapacity(ConsumedCapacity consumedCapacity)
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 © 2015. All rights reserved.