| 
 | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.services.dynamodb.model.DeleteItemResult
public class DeleteItemResult
Delete Item Result
| Constructor Summary | |
|---|---|
| DeleteItemResult() | |
| Method Summary | |
|---|---|
|  boolean | equals(Object obj) | 
|  Map<String,AttributeValue> | getAttributes()If the ReturnValuesparameter is provided asALL_OLDin the request, Amazon DynamoDB returns an array
 of attribute name-value pairs (essentially, the deleted item). | 
|  Double | getConsumedCapacityUnits()The number of Capacity Units of the provisioned throughput of the table consumed during the operation. | 
|  int | hashCode() | 
|  void | setAttributes(Map<String,AttributeValue> attributes)If the ReturnValuesparameter is provided asALL_OLDin the request, Amazon DynamoDB returns an array
 of attribute name-value pairs (essentially, the deleted item). | 
|  void | setConsumedCapacityUnits(Double consumedCapacityUnits)The number of Capacity Units of the provisioned throughput of the table consumed during the operation. | 
|  String | toString()Returns a string representation of this object; useful for testing and debugging. | 
|  DeleteItemResult | withAttributes(Map<String,AttributeValue> attributes)If the ReturnValuesparameter is provided asALL_OLDin the request, Amazon DynamoDB returns an array
 of attribute name-value pairs (essentially, the deleted item). | 
|  DeleteItemResult | withConsumedCapacityUnits(Double consumedCapacityUnits)The number of Capacity Units of the provisioned throughput of the table consumed during the operation. | 
| Methods inherited from class java.lang.Object | 
|---|
| getClass, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
|---|
public DeleteItemResult()
| Method Detail | 
|---|
public Map<String,AttributeValue> getAttributes()
ReturnValues parameter is provided as
 ALL_OLD in the request, Amazon DynamoDB returns an array
 of attribute name-value pairs (essentially, the deleted item).
 Otherwise, the response contains an empty set.
ReturnValues parameter is provided as
         ALL_OLD in the request, Amazon DynamoDB returns an array
         of attribute name-value pairs (essentially, the deleted item).
         Otherwise, the response contains an empty set.public void setAttributes(Map<String,AttributeValue> attributes)
ReturnValues parameter is provided as
 ALL_OLD in the request, Amazon DynamoDB returns an array
 of attribute name-value pairs (essentially, the deleted item).
 Otherwise, the response contains an empty set.
attributes - If the ReturnValues parameter is provided as
         ALL_OLD in the request, Amazon DynamoDB returns an array
         of attribute name-value pairs (essentially, the deleted item).
         Otherwise, the response contains an empty set.public DeleteItemResult withAttributes(Map<String,AttributeValue> attributes)
ReturnValues parameter is provided as
 ALL_OLD in the request, Amazon DynamoDB returns an array
 of attribute name-value pairs (essentially, the deleted item).
 Otherwise, the response contains an empty set.
 Returns a reference to this object so that method calls can be chained together.
attributes - If the ReturnValues parameter is provided as
         ALL_OLD in the request, Amazon DynamoDB returns an array
         of attribute name-value pairs (essentially, the deleted item).
         Otherwise, the response contains an empty set.
public Double getConsumedCapacityUnits()
GetItem,
 BatchGetItem, BatchWriteItem,
 Query, and Scan operations consume
 ReadCapacityUnits, while PutItem,
 UpdateItem, and DeleteItem operations
 consume WriteCapacityUnits.
GetItem,
         BatchGetItem, BatchWriteItem,
         Query, and Scan operations consume
         ReadCapacityUnits, while PutItem,
         UpdateItem, and DeleteItem operations
         consume WriteCapacityUnits.public void setConsumedCapacityUnits(Double consumedCapacityUnits)
GetItem,
 BatchGetItem, BatchWriteItem,
 Query, and Scan operations consume
 ReadCapacityUnits, while PutItem,
 UpdateItem, and DeleteItem operations
 consume WriteCapacityUnits.
consumedCapacityUnits - The number of Capacity Units of the provisioned throughput of the
         table consumed during the operation. GetItem,
         BatchGetItem, BatchWriteItem,
         Query, and Scan operations consume
         ReadCapacityUnits, while PutItem,
         UpdateItem, and DeleteItem operations
         consume WriteCapacityUnits.public DeleteItemResult withConsumedCapacityUnits(Double consumedCapacityUnits)
GetItem,
 BatchGetItem, BatchWriteItem,
 Query, and Scan operations consume
 ReadCapacityUnits, while PutItem,
 UpdateItem, and DeleteItem operations
 consume WriteCapacityUnits.
 Returns a reference to this object so that method calls can be chained together.
consumedCapacityUnits - The number of Capacity Units of the provisioned throughput of the
         table consumed during the operation. GetItem,
         BatchGetItem, BatchWriteItem,
         Query, and Scan operations consume
         ReadCapacityUnits, while PutItem,
         UpdateItem, and DeleteItem operations
         consume WriteCapacityUnits.
public String toString()
toString in class ObjectObject.toString()public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object| 
 | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||