Package | Description |
---|---|
com.amazonaws.services.dynamodb.model |
Classes modeling the various types represented by AmazonDynamoDB.
|
Modifier and Type | Method and Description |
---|---|
BatchWriteResponse |
BatchWriteResponse.withConsumedCapacityUnits(Double consumedCapacityUnits)
Deprecated.
The number of Capacity Units of the provisioned throughput of the
table consumed during the operation.
|
Modifier and Type | Method and Description |
---|---|
Map<String,BatchWriteResponse> |
BatchWriteItemResult.getResponses()
Deprecated.
The response object as a result of
BatchWriteItem call. |
Modifier and Type | Method and Description |
---|---|
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 © 2014. All rights reserved.