Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
UpdateItemResult |
AmazonDynamoDB.updateItem(UpdateItemRequest updateItemRequest)
Deprecated.
Edits an existing item's attributes.
|
UpdateItemResult |
AmazonDynamoDBClient.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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2014. All rights reserved.