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

Packages that use BatchResponse
com.amazonaws.services.dynamodb.model Classes modeling the various types represented by AmazonDynamoDB. 
 

Uses of BatchResponse in com.amazonaws.services.dynamodb.model
 

Methods in com.amazonaws.services.dynamodb.model that return BatchResponse
 BatchResponse BatchResponse.withConsumedCapacityUnits(Double consumedCapacityUnits)
          Deprecated. The number of Capacity Units of the provisioned throughput of the table consumed during the operation.
 BatchResponse BatchResponse.withItems(Collection<Map<String,AttributeValue>> items)
          Deprecated. Sets the value of the Items property for this object.
 BatchResponse BatchResponse.withItems(Map<String,AttributeValue>... items)
          Deprecated. Sets the value of the Items property for this object.
 

Methods in com.amazonaws.services.dynamodb.model that return types with arguments of type BatchResponse
 Map<String,BatchResponse> BatchGetItemResult.getResponses()
          Deprecated. Table names and the respective item attributes from the tables.
 

Method parameters in com.amazonaws.services.dynamodb.model with type arguments of type BatchResponse
 void BatchGetItemResult.setResponses(Map<String,BatchResponse> responses)
          Deprecated. Table names and the respective item attributes from the tables.
 BatchGetItemResult BatchGetItemResult.withResponses(Map<String,BatchResponse> responses)
          Deprecated. Table names and the respective item attributes from the tables.
 



Copyright © 2016. All rights reserved.