|
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.BatchResponse
@Deprecated public class BatchResponse
The item attributes from a response in a specific table, along with the read resources consumed on the table during the request.
Constructor Summary | |
---|---|
BatchResponse()
Deprecated. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
Deprecated. |
java.lang.Double |
getConsumedCapacityUnits()
Deprecated. The number of Capacity Units of the provisioned throughput of the table consumed during the operation. |
java.util.List<java.util.Map<java.lang.String,AttributeValue>> |
getItems()
Deprecated. Returns the value of the Items property for this object. |
int |
hashCode()
Deprecated. |
void |
setConsumedCapacityUnits(java.lang.Double consumedCapacityUnits)
Deprecated. The number of Capacity Units of the provisioned throughput of the table consumed during the operation. |
void |
setItems(java.util.Collection<java.util.Map<java.lang.String,AttributeValue>> items)
Deprecated. Sets the value of the Items property for this object. |
java.lang.String |
toString()
Deprecated. Returns a string representation of this object; useful for testing and debugging. |
BatchResponse |
withConsumedCapacityUnits(java.lang.Double consumedCapacityUnits)
Deprecated. The number of Capacity Units of the provisioned throughput of the table consumed during the operation. |
BatchResponse |
withItems(java.util.Collection<java.util.Map<java.lang.String,AttributeValue>> items)
Deprecated. Sets the value of the Items property for this object. |
BatchResponse |
withItems(java.util.Map<java.lang.String,AttributeValue>... items)
Deprecated. Sets the value of the Items property for this object. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public BatchResponse()
Method Detail |
---|
public java.util.List<java.util.Map<java.lang.String,AttributeValue>> getItems()
public void setItems(java.util.Collection<java.util.Map<java.lang.String,AttributeValue>> items)
items
- The new value for the Items property for this object.public BatchResponse withItems(java.util.Map<java.lang.String,AttributeValue>... items)
Returns a reference to this object so that method calls can be chained together.
items
- The new value for the Items property for this object.
public BatchResponse withItems(java.util.Collection<java.util.Map<java.lang.String,AttributeValue>> items)
Returns a reference to this object so that method calls can be chained together.
items
- The new value for the Items property for this object.
public java.lang.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(java.lang.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 BatchResponse withConsumedCapacityUnits(java.lang.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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |