Uses of Class
com.amazonaws.services.dynamodb.model.UpdateItemResult

Packages that use UpdateItemResult
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 UpdateItemResult in com.amazonaws.services.dynamodb
 

Methods in com.amazonaws.services.dynamodb that return UpdateItemResult
 UpdateItemResult AmazonDynamoDBClient.updateItem(UpdateItemRequest updateItemRequest)
          Deprecated.  Edits an existing item's attributes.
 UpdateItemResult AmazonDynamoDB.updateItem(UpdateItemRequest updateItemRequest)
          Deprecated.  Edits an existing item's attributes.
 

Methods in com.amazonaws.services.dynamodb that return types with arguments of type UpdateItemResult
 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 UpdateItemResult
 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 UpdateItemResult in com.amazonaws.services.dynamodb.model
 

Methods in com.amazonaws.services.dynamodb.model that return UpdateItemResult
 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 © 2016. All rights reserved.