|
Did this page help you?Yes No Tell us about it... |
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.services.dynamodb.model.BatchWriteResponse
@Deprecated public class BatchWriteResponse
Batch Write Response
| Constructor Summary | |
|---|---|
BatchWriteResponse()
Deprecated. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
Deprecated. |
Double |
getConsumedCapacityUnits()
Deprecated. The number of Capacity Units of the provisioned throughput of the table consumed during the operation. |
int |
hashCode()
Deprecated. |
void |
setConsumedCapacityUnits(Double consumedCapacityUnits)
Deprecated. The number of Capacity Units of the provisioned throughput of the table consumed during the operation. |
String |
toString()
Deprecated. Returns a string representation of this object; useful for testing and debugging. |
BatchWriteResponse |
withConsumedCapacityUnits(Double consumedCapacityUnits)
Deprecated. 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 BatchWriteResponse()
| Method Detail |
|---|
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 BatchWriteResponse 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 | ||||||