|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UpdateItemRequest | |
---|---|
com.amazonaws.services.dynamodb | Synchronous and asynchronous client classes for accessing AmazonDynamoDB. |
com.amazonaws.services.dynamodb.model | Classes modeling the various types represented by AmazonDynamoDB. |
Uses of UpdateItemRequest in com.amazonaws.services.dynamodb |
---|
Methods in com.amazonaws.services.dynamodb with parameters of type UpdateItemRequest | |
---|---|
UpdateItemResult |
AmazonDynamoDBClient.updateItem(UpdateItemRequest updateItemRequest)
Deprecated. Edits an existing item's attributes. |
UpdateItemResult |
AmazonDynamoDB.updateItem(UpdateItemRequest updateItemRequest)
Deprecated. Edits an existing item's attributes. |
Future<UpdateItemResult> |
AmazonDynamoDBAsyncClient.updateItemAsync(UpdateItemRequest updateItemRequest)
Deprecated. Edits an existing item's attributes. |
Future<UpdateItemResult> |
AmazonDynamoDBAsync.updateItemAsync(UpdateItemRequest updateItemRequest)
Deprecated. Edits an existing item's attributes. |
Future<UpdateItemResult> |
AmazonDynamoDBAsyncClient.updateItemAsync(UpdateItemRequest updateItemRequest,
AsyncHandler<UpdateItemRequest,UpdateItemResult> asyncHandler)
Deprecated. Edits an existing item's attributes. |
Future<UpdateItemResult> |
AmazonDynamoDBAsync.updateItemAsync(UpdateItemRequest updateItemRequest,
AsyncHandler<UpdateItemRequest,UpdateItemResult> asyncHandler)
Deprecated. Edits an existing item's attributes. |
Method parameters in com.amazonaws.services.dynamodb with type arguments of type UpdateItemRequest | |
---|---|
Future<UpdateItemResult> |
AmazonDynamoDBAsyncClient.updateItemAsync(UpdateItemRequest updateItemRequest,
AsyncHandler<UpdateItemRequest,UpdateItemResult> asyncHandler)
Deprecated. Edits an existing item's attributes. |
Future<UpdateItemResult> |
AmazonDynamoDBAsync.updateItemAsync(UpdateItemRequest updateItemRequest,
AsyncHandler<UpdateItemRequest,UpdateItemResult> asyncHandler)
Deprecated. Edits an existing item's attributes. |
Uses of UpdateItemRequest in com.amazonaws.services.dynamodb.model |
---|
Methods in com.amazonaws.services.dynamodb.model that return UpdateItemRequest | |
---|---|
UpdateItemRequest |
UpdateItemRequest.withAttributeUpdates(Map<String,AttributeValueUpdate> attributeUpdates)
Deprecated. Map of attribute name to the new value and action for the update. |
UpdateItemRequest |
UpdateItemRequest.withExpected(Map<String,ExpectedAttributeValue> expected)
Deprecated. Designates an attribute for a conditional modification. |
UpdateItemRequest |
UpdateItemRequest.withKey(Key key)
Deprecated. The primary key that uniquely identifies each item in a table. |
UpdateItemRequest |
UpdateItemRequest.withReturnValues(ReturnValue returnValues)
Deprecated. Use this parameter if you want to get the attribute name-value pairs before or after they are modified. |
UpdateItemRequest |
UpdateItemRequest.withReturnValues(String returnValues)
Deprecated. Use this parameter if you want to get the attribute name-value pairs before or after they are modified. |
UpdateItemRequest |
UpdateItemRequest.withTableName(String tableName)
Deprecated. The name of the table in which you want to update an item. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |