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

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

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

Methods in com.amazonaws.services.dynamodb.model that return BatchWriteResponse
 BatchWriteResponse BatchWriteResponse.withConsumedCapacityUnits(Double consumedCapacityUnits)
          Deprecated. The number of Capacity Units of the provisioned throughput of the table consumed during the operation.
 

Methods in com.amazonaws.services.dynamodb.model that return types with arguments of type BatchWriteResponse
 Map<String,BatchWriteResponse> BatchWriteItemResult.getResponses()
          Deprecated. The response object as a result of BatchWriteItem call.
 

Method parameters in com.amazonaws.services.dynamodb.model with type arguments of type BatchWriteResponse
 void BatchWriteItemResult.setResponses(Map<String,BatchWriteResponse> responses)
          Deprecated. The response object as a result of BatchWriteItem call.
 BatchWriteItemResult BatchWriteItemResult.withResponses(Map<String,BatchWriteResponse> responses)
          Deprecated. The response object as a result of BatchWriteItem call.
 



Copyright © 2016. All rights reserved.