@Deprecated
public class DeleteItemResult
extends java.lang.Object
implements java.io.Serializable
| コンストラクタと説明 |
|---|
DeleteItemResult()
非推奨です。
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj)
非推奨です。
|
java.util.Map<java.lang.String,AttributeValue> |
getAttributes()
非推奨です。
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). |
java.lang.Double |
getConsumedCapacityUnits()
非推奨です。
The number of Capacity Units of the provisioned throughput of the
table consumed during the operation.
|
int |
hashCode()
非推奨です。
|
void |
setAttributes(java.util.Map<java.lang.String,AttributeValue> 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). |
void |
setConsumedCapacityUnits(java.lang.Double consumedCapacityUnits)
非推奨です。
The number of Capacity Units of the provisioned throughput of the
table consumed during the operation.
|
java.lang.String |
toString()
非推奨です。
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteItemResult |
withAttributes(java.util.Map<java.lang.String,AttributeValue> 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). |
DeleteItemResult |
withConsumedCapacityUnits(java.lang.Double consumedCapacityUnits)
非推奨です。
The number of Capacity Units of the provisioned throughput of the
table consumed during the operation.
|
public java.util.Map<java.lang.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(java.util.Map<java.lang.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(java.util.Map<java.lang.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 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 DeleteItemResult 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 クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object