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 UpdateItemResultAbstractAmazonDynamoDB. updateItem(UpdateItemRequest request)UpdateItemResultAbstractAmazonDynamoDB. updateItem(String tableName, Map<String,AttributeValue> key, Map<String,AttributeValueUpdate> attributeUpdates)UpdateItemResultAbstractAmazonDynamoDB. updateItem(String tableName, Map<String,AttributeValue> key, Map<String,AttributeValueUpdate> attributeUpdates, String returnValues)UpdateItemResultAmazonDynamoDB. updateItem(UpdateItemRequest updateItemRequest)Edits an existing item's attributes, or adds a new item to the table if it does not already exist.UpdateItemResultAmazonDynamoDB. updateItem(String tableName, Map<String,AttributeValue> key, Map<String,AttributeValueUpdate> attributeUpdates)Simplified method form for invoking the UpdateItem operation.UpdateItemResultAmazonDynamoDB. updateItem(String tableName, Map<String,AttributeValue> key, Map<String,AttributeValueUpdate> attributeUpdates, String returnValues)Simplified method form for invoking the UpdateItem operation.UpdateItemResultAmazonDynamoDBClient. updateItem(UpdateItemRequest updateItemRequest)Edits an existing item's attributes, or adds a new item to the table if it does not already exist.UpdateItemResultAmazonDynamoDBClient. updateItem(String tableName, Map<String,AttributeValue> key, Map<String,AttributeValueUpdate> attributeUpdates)UpdateItemResultAmazonDynamoDBClient. 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 UpdateItemResultDynamoDBMapper.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 UpdateItemResultUpdateItemOutcome. 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 UpdateItemResultUpdateItemResult. addAttributesEntry(String key, AttributeValue value)UpdateItemResultUpdateItemResult. clearAttributesEntries()Removes all the entries added into Attributes.UpdateItemResultUpdateItemResult. clone()UpdateItemResultUpdateItemResult. withAttributes(Map<String,AttributeValue> attributes)A map of attribute values as they appeared before the UpdateItem operation.UpdateItemResultUpdateItemResult. withConsumedCapacity(ConsumedCapacity consumedCapacity)UpdateItemResultUpdateItemResult. withItemCollectionMetrics(ItemCollectionMetrics itemCollectionMetrics)
-