Package | Description |
---|---|
com.amazonaws.services.dynamodbv2 |
|
com.amazonaws.services.dynamodbv2.datamodeling | |
com.amazonaws.services.dynamodbv2.document | |
com.amazonaws.services.dynamodbv2.model |
Modifier and Type | Method and Description |
---|---|
UpdateItemResult |
AbstractAmazonDynamoDB.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 |
AmazonDynamoDBClient.updateItem(String tableName,
Map<String,AttributeValue> key,
Map<String,AttributeValueUpdate> attributeUpdates) |
UpdateItemResult |
AbstractAmazonDynamoDB.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 |
AmazonDynamoDBClient.updateItem(String tableName,
Map<String,AttributeValue> key,
Map<String,AttributeValueUpdate> attributeUpdates,
String returnValues) |
UpdateItemResult |
AbstractAmazonDynamoDB.updateItem(UpdateItemRequest request) |
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 request)
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> |
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)
Simplified method form for invoking the UpdateItem operation.
|
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,
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)
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)
Simplified method form for invoking the UpdateItem operation.
|
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.
|
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(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 request) |
Future<UpdateItemResult> |
AbstractAmazonDynamoDBAsync.updateItemAsync(UpdateItemRequest request) |
Future<UpdateItemResult> |
AmazonDynamoDBAsync.updateItemAsync(UpdateItemRequest updateItemRequest,
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> |
AmazonDynamoDBAsyncClient.updateItemAsync(UpdateItemRequest request,
AsyncHandler<UpdateItemRequest,UpdateItemResult> asyncHandler) |
Future<UpdateItemResult> |
AbstractAmazonDynamoDBAsync.updateItemAsync(UpdateItemRequest request,
AsyncHandler<UpdateItemRequest,UpdateItemResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
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,
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.
|
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(UpdateItemRequest updateItemRequest,
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> |
AmazonDynamoDBAsyncClient.updateItemAsync(UpdateItemRequest request,
AsyncHandler<UpdateItemRequest,UpdateItemResult> asyncHandler) |
Future<UpdateItemResult> |
AbstractAmazonDynamoDBAsync.updateItemAsync(UpdateItemRequest request,
AsyncHandler<UpdateItemRequest,UpdateItemResult> asyncHandler) |
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) |
UpdateItemResult |
UpdateItemResult.clearAttributesEntries()
Removes all the entries added into Attributes.
|
UpdateItemResult |
UpdateItemResult.clone() |
UpdateItemResult |
UpdateItemResult.withAttributes(Map<String,AttributeValue> attributes)
A map of attribute values as they appear before or after the
UpdateItem operation, as determined by
the ReturnValues parameter. |
UpdateItemResult |
UpdateItemResult.withConsumedCapacity(ConsumedCapacity consumedCapacity)
The capacity units consumed by the
UpdateItem operation. |
UpdateItemResult |
UpdateItemResult.withItemCollectionMetrics(ItemCollectionMetrics itemCollectionMetrics)
Information about item collections, if any, that were affected by the
UpdateItem operation. |
Copyright © 2019. All rights reserved.