Package | Description |
---|---|
com.amazonaws.services.dynamodbv2 |
Synchronous and asynchronous client classes for accessing AmazonDynamoDBv2.
|
com.amazonaws.services.dynamodbv2.model |
Classes modeling the various types represented by AmazonDynamoDBv2.
|
Modifier and Type | Method and Description |
---|---|
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.
|
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 |
---|---|
UpdateItemRequest |
UpdateItemRequest.addAttributeUpdatesEntry(String key,
AttributeValueUpdate value)
|
UpdateItemRequest |
UpdateItemRequest.addExpectedEntry(String key,
ExpectedAttributeValue value)
|
UpdateItemRequest |
UpdateItemRequest.addExpressionAttributeNamesEntry(String key,
String value)
One or more substitution tokens for attribute names in an expression.
|
UpdateItemRequest |
UpdateItemRequest.addExpressionAttributeValuesEntry(String key,
AttributeValue value)
One or more values that can be substituted in an expression.
|
UpdateItemRequest |
UpdateItemRequest.addKeyEntry(String key,
AttributeValue value)
The primary key of the item to be updated.
|
UpdateItemRequest |
UpdateItemRequest.clearAttributeUpdatesEntries()
Removes all the entries added into AttributeUpdates.
|
UpdateItemRequest |
UpdateItemRequest.clearExpectedEntries()
Removes all the entries added into Expected.
|
UpdateItemRequest |
UpdateItemRequest.clearExpressionAttributeNamesEntries()
Removes all the entries added into ExpressionAttributeNames.
|
UpdateItemRequest |
UpdateItemRequest.clearExpressionAttributeValuesEntries()
Removes all the entries added into ExpressionAttributeValues.
|
UpdateItemRequest |
UpdateItemRequest.clearKeyEntries()
Removes all the entries added into Key.
|
UpdateItemRequest |
UpdateItemRequest.withAttributeUpdates(Map<String,AttributeValueUpdate> attributeUpdates)
|
UpdateItemRequest |
UpdateItemRequest.withConditionalOperator(ConditionalOperator conditionalOperator)
|
UpdateItemRequest |
UpdateItemRequest.withConditionalOperator(String conditionalOperator)
|
UpdateItemRequest |
UpdateItemRequest.withConditionExpression(String conditionExpression)
A condition that must be satisfied in order for a conditional update
to succeed.
|
UpdateItemRequest |
UpdateItemRequest.withExpected(Map<String,ExpectedAttributeValue> expected)
|
UpdateItemRequest |
UpdateItemRequest.withExpressionAttributeNames(Map<String,String> expressionAttributeNames)
One or more substitution tokens for attribute names in an expression.
|
UpdateItemRequest |
UpdateItemRequest.withExpressionAttributeValues(Map<String,AttributeValue> expressionAttributeValues)
One or more values that can be substituted in an expression.
|
UpdateItemRequest |
UpdateItemRequest.withKey(Map.Entry<String,AttributeValue> hashKey,
Map.Entry<String,AttributeValue> rangeKey)
The primary key of the item to be updated.
|
UpdateItemRequest |
UpdateItemRequest.withKey(Map<String,AttributeValue> key)
The primary key of the item to be updated.
|
UpdateItemRequest |
UpdateItemRequest.withReturnConsumedCapacity(ReturnConsumedCapacity returnConsumedCapacity)
A value that if set to
TOTAL , the response includes
ConsumedCapacity data for tables and indexes. |
UpdateItemRequest |
UpdateItemRequest.withReturnConsumedCapacity(String returnConsumedCapacity)
A value that if set to
TOTAL , the response includes
ConsumedCapacity data for tables and indexes. |
UpdateItemRequest |
UpdateItemRequest.withReturnItemCollectionMetrics(ReturnItemCollectionMetrics returnItemCollectionMetrics)
A value that if set to
SIZE , the response includes
statistics about item collections, if any, that were modified during
the operation are returned in the response. |
UpdateItemRequest |
UpdateItemRequest.withReturnItemCollectionMetrics(String returnItemCollectionMetrics)
A value that if set to
SIZE , the response includes
statistics about item collections, if any, that were modified during
the operation are returned in the response. |
UpdateItemRequest |
UpdateItemRequest.withReturnValues(ReturnValue returnValues)
Use ReturnValues if you want to get the item attributes as they
appeared either before or after they were updated.
|
UpdateItemRequest |
UpdateItemRequest.withReturnValues(String returnValues)
Use ReturnValues if you want to get the item attributes as they
appeared either before or after they were updated.
|
UpdateItemRequest |
UpdateItemRequest.withTableName(String tableName)
The name of the table containing the item to update.
|
UpdateItemRequest |
UpdateItemRequest.withUpdateExpression(String updateExpression)
An expression that defines one or more attributes to be updated, the
action to be performed on them, and new value(s) for them.
|
Copyright © 2015. All rights reserved.