Package | Description |
---|---|
com.amazonaws.services.dynamodbv2 |
|
com.amazonaws.services.dynamodbv2.datamodeling | |
com.amazonaws.services.dynamodbv2.document | |
com.amazonaws.services.dynamodbv2.document.internal | |
com.amazonaws.services.dynamodbv2.model |
Modifier and Type | Method and Description |
---|---|
UpdateItemResult |
AmazonDynamoDBClient.updateItem(String tableName,
Map<String,AttributeValue> key,
Map<String,AttributeValueUpdate> attributeUpdates) |
UpdateItemResult |
AmazonDynamoDB.updateItem(String tableName,
Map<String,AttributeValue> key,
Map<String,AttributeValueUpdate> attributeUpdates)
Simplified method form for invoking the UpdateItem operation.
|
UpdateItemResult |
AbstractAmazonDynamoDB.updateItem(String tableName,
Map<String,AttributeValue> key,
Map<String,AttributeValueUpdate> attributeUpdates) |
UpdateItemResult |
AmazonDynamoDBClient.updateItem(String tableName,
Map<String,AttributeValue> key,
Map<String,AttributeValueUpdate> attributeUpdates,
String returnValues) |
UpdateItemResult |
AmazonDynamoDB.updateItem(String tableName,
Map<String,AttributeValue> key,
Map<String,AttributeValueUpdate> attributeUpdates,
String returnValues)
Simplified method form for invoking the UpdateItem operation.
|
UpdateItemResult |
AbstractAmazonDynamoDB.updateItem(String tableName,
Map<String,AttributeValue> key,
Map<String,AttributeValueUpdate> attributeUpdates,
String returnValues) |
Future<UpdateItemResult> |
AbstractAmazonDynamoDBAsync.updateItemAsync(String tableName,
Map<String,AttributeValue> key,
Map<String,AttributeValueUpdate> attributeUpdates)
Simplified method form for invoking the UpdateItem operation.
|
Future<UpdateItemResult> |
AmazonDynamoDBAsync.updateItemAsync(String tableName,
Map<String,AttributeValue> key,
Map<String,AttributeValueUpdate> attributeUpdates)
Simplified method form for invoking the UpdateItem operation.
|
Future<UpdateItemResult> |
AmazonDynamoDBAsyncClient.updateItemAsync(String tableName,
Map<String,AttributeValue> key,
Map<String,AttributeValueUpdate> attributeUpdates)
Simplified method form for invoking the UpdateItem operation.
|
Future<UpdateItemResult> |
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.
|
Future<UpdateItemResult> |
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.
|
Future<UpdateItemResult> |
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.
|
Future<UpdateItemResult> |
AbstractAmazonDynamoDBAsync.updateItemAsync(String tableName,
Map<String,AttributeValue> key,
Map<String,AttributeValueUpdate> attributeUpdates,
String returnValues)
Simplified method form for invoking the UpdateItem operation.
|
Future<UpdateItemResult> |
AmazonDynamoDBAsync.updateItemAsync(String tableName,
Map<String,AttributeValue> key,
Map<String,AttributeValueUpdate> attributeUpdates,
String returnValues)
Simplified method form for invoking the UpdateItem operation.
|
Future<UpdateItemResult> |
AmazonDynamoDBAsyncClient.updateItemAsync(String tableName,
Map<String,AttributeValue> key,
Map<String,AttributeValueUpdate> attributeUpdates,
String returnValues)
Simplified method form for invoking the UpdateItem operation.
|
Future<UpdateItemResult> |
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.
|
Future<UpdateItemResult> |
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.
|
Future<UpdateItemResult> |
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.
|
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 |
---|---|
static Map<String,AttributeValueUpdate> |
ItemUtils.toAttributeValueUpdate(List<AttributeUpdate> attributesToUpdate)
Converts a list of
AttributeUpdate into the low-level
representation; or null if the input is null. |
Modifier and Type | Method and Description |
---|---|
static Map<String,AttributeValueUpdate> |
InternalUtils.toAttributeValueUpdate(List<AttributeUpdate> attributesToUpdate)
Deprecated.
Converts a list of
AttributeUpdate into the low-level
representation; or null if the input is null. |
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()
This is a legacy parameter.
|
Modifier and Type | Method and Description |
---|---|
UpdateItemRequest |
UpdateItemRequest.addAttributeUpdatesEntry(String key,
AttributeValueUpdate value)
Add a single AttributeUpdates entry
|
Modifier and Type | Method and Description |
---|---|
void |
UpdateItemRequest.setAttributeUpdates(Map<String,AttributeValueUpdate> attributeUpdates)
This is a legacy parameter.
|
UpdateItemRequest |
UpdateItemRequest.withAttributeUpdates(Map<String,AttributeValueUpdate> attributeUpdates)
This is a legacy parameter.
|
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 © 2021. All rights reserved.