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.
|
Modifier and Type | Method and Description |
---|---|
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 |
---|---|
UpdateItemResult |
UpdateItemResult.withAttributes(Map<String,AttributeValue> attributes)
Deprecated.
A map of attribute name-value pairs, but only if the
ReturnValues parameter is specified as something other
than NONE in the request. |
UpdateItemResult |
UpdateItemResult.withConsumedCapacityUnits(Double consumedCapacityUnits)
Deprecated.
The number of Capacity Units of the provisioned throughput of the
table consumed during the operation.
|
Copyright © 2014. All rights reserved.