Package | Description |
---|---|
com.amazonaws.services.dynamodb.model |
Classes modeling the various types represented by AmazonDynamoDB.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
Map<String,BatchResponse> |
BatchGetItemResult.getResponses()
Deprecated.
Table names and the respective item attributes from the tables.
|
Modifier and Type | Method and Description |
---|---|
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 © 2014. All rights reserved.