Uses of Class
com.amazonaws.services.dynamodbv2.model.UpdateItemResult
-
-
Uses of UpdateItemResult in com.amazonaws.services.dynamodbv2
Methods in com.amazonaws.services.dynamodbv2 that return UpdateItemResult Modifier and Type Method Description UpdateItemResult
AbstractAmazonDynamoDB. updateItem(UpdateItemRequest request)
UpdateItemResult
AbstractAmazonDynamoDB. 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(UpdateItemRequest updateItemRequest)
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)
Simplified method form for invoking the UpdateItem operation.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(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(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)
Methods in com.amazonaws.services.dynamodbv2 that return types with arguments of type UpdateItemResult Modifier and Type Method Description Future<UpdateItemResult>
AbstractAmazonDynamoDBAsync. updateItemAsync(UpdateItemRequest request)
Future<UpdateItemResult>
AbstractAmazonDynamoDBAsync. updateItemAsync(UpdateItemRequest request, AsyncHandler<UpdateItemRequest,UpdateItemResult> asyncHandler)
Future<UpdateItemResult>
AbstractAmazonDynamoDBAsync. 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>
AbstractAmazonDynamoDBAsync. 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(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, 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(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>
AmazonDynamoDBAsync. 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(UpdateItemRequest request)
Future<UpdateItemResult>
AmazonDynamoDBAsyncClient. updateItemAsync(UpdateItemRequest request, AsyncHandler<UpdateItemRequest,UpdateItemResult> asyncHandler)
Future<UpdateItemResult>
AmazonDynamoDBAsyncClient. 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, 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)
Simplified method form for invoking the UpdateItem operation.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.Method parameters in com.amazonaws.services.dynamodbv2 with type arguments of type UpdateItemResult Modifier and Type Method Description Future<UpdateItemResult>
AbstractAmazonDynamoDBAsync. updateItemAsync(UpdateItemRequest request, AsyncHandler<UpdateItemRequest,UpdateItemResult> 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>
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>
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>
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(UpdateItemRequest request, AsyncHandler<UpdateItemRequest,UpdateItemResult> 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>
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. -
Uses of UpdateItemResult in com.amazonaws.services.dynamodbv2.datamodeling
Methods in com.amazonaws.services.dynamodbv2.datamodeling that return UpdateItemResult Modifier and Type Method Description protected UpdateItemResult
DynamoDBMapper.SaveObjectHandler. doUpdateItem()
Save the item using a UpdateItem request. -
Uses of UpdateItemResult in com.amazonaws.services.dynamodbv2.document
Methods in com.amazonaws.services.dynamodbv2.document that return UpdateItemResult Modifier and Type Method Description UpdateItemResult
UpdateItemOutcome. getUpdateItemResult()
Returns a non-null low-level result returned from the server side.Constructors in com.amazonaws.services.dynamodbv2.document with parameters of type UpdateItemResult Constructor Description UpdateItemOutcome(UpdateItemResult result)
-
Uses of UpdateItemResult in com.amazonaws.services.dynamodbv2.model
Methods in com.amazonaws.services.dynamodbv2.model that return UpdateItemResult Modifier and Type Method 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 appeared before the UpdateItem operation.UpdateItemResult
UpdateItemResult. withConsumedCapacity(ConsumedCapacity consumedCapacity)
UpdateItemResult
UpdateItemResult. withItemCollectionMetrics(ItemCollectionMetrics itemCollectionMetrics)
-