@Deprecated
public class ScanResult
extends java.lang.Object
implements java.io.Serializable
| コンストラクタと説明 |
|---|
ScanResult()
非推奨です。
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj)
非推奨です。
|
java.lang.Double |
getConsumedCapacityUnits()
非推奨です。
The number of Capacity Units of the provisioned throughput of the
table consumed during the operation.
|
java.lang.Integer |
getCount()
非推奨です。
Number of items in the response.
|
java.util.List<java.util.Map<java.lang.String,AttributeValue>> |
getItems()
非推奨です。
Returns the value of the Items property for this object.
|
Key |
getLastEvaluatedKey()
非推奨です。
Primary key of the item where the scan operation stopped.
|
java.lang.Integer |
getScannedCount()
非推奨です。
Number of items in the complete scan before any filters are applied.
|
int |
hashCode()
非推奨です。
|
void |
setConsumedCapacityUnits(java.lang.Double consumedCapacityUnits)
非推奨です。
The number of Capacity Units of the provisioned throughput of the
table consumed during the operation.
|
void |
setCount(java.lang.Integer count)
非推奨です。
Number of items in the response.
|
void |
setItems(java.util.Collection<java.util.Map<java.lang.String,AttributeValue>> items)
非推奨です。
Sets the value of the Items property for this object.
|
void |
setLastEvaluatedKey(Key lastEvaluatedKey)
非推奨です。
Primary key of the item where the scan operation stopped.
|
void |
setScannedCount(java.lang.Integer scannedCount)
非推奨です。
Number of items in the complete scan before any filters are applied.
|
java.lang.String |
toString()
非推奨です。
Returns a string representation of this object; useful for testing and
debugging.
|
ScanResult |
withConsumedCapacityUnits(java.lang.Double consumedCapacityUnits)
非推奨です。
The number of Capacity Units of the provisioned throughput of the
table consumed during the operation.
|
ScanResult |
withCount(java.lang.Integer count)
非推奨です。
Number of items in the response.
|
ScanResult |
withItems(java.util.Collection<java.util.Map<java.lang.String,AttributeValue>> items)
非推奨です。
Sets the value of the Items property for this object.
|
ScanResult |
withItems(java.util.Map<java.lang.String,AttributeValue>... items)
非推奨です。
Sets the value of the Items property for this object.
|
ScanResult |
withLastEvaluatedKey(Key lastEvaluatedKey)
非推奨です。
Primary key of the item where the scan operation stopped.
|
ScanResult |
withScannedCount(java.lang.Integer scannedCount)
非推奨です。
Number of items in the complete scan before any filters are applied.
|
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 ScanResult 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 ScanResult 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.Integer getCount()
public void setCount(java.lang.Integer count)
count - Number of items in the response.public ScanResult withCount(java.lang.Integer count)
Returns a reference to this object so that method calls can be chained together.
count - Number of items in the response.public java.lang.Integer getScannedCount()
ScannedCount value with few, or no,
Count results indicates an inefficient Scan
operation.ScannedCount value with few, or no,
Count results indicates an inefficient Scan
operation.public void setScannedCount(java.lang.Integer scannedCount)
ScannedCount value with few, or no,
Count results indicates an inefficient Scan
operation.scannedCount - Number of items in the complete scan before any filters are applied. A
high ScannedCount value with few, or no,
Count results indicates an inefficient Scan
operation.public ScanResult withScannedCount(java.lang.Integer scannedCount)
ScannedCount value with few, or no,
Count results indicates an inefficient Scan
operation.
Returns a reference to this object so that method calls can be chained together.
scannedCount - Number of items in the complete scan before any filters are applied. A
high ScannedCount value with few, or no,
Count results indicates an inefficient Scan
operation.public Key getLastEvaluatedKey()
LastEvaluatedKey is null when the entire
scan result set is complete (i.e. the operation processed the "last
page").LastEvaluatedKey is null when the entire
scan result set is complete (i.e. the operation processed the "last
page").public void setLastEvaluatedKey(Key lastEvaluatedKey)
LastEvaluatedKey is null when the entire
scan result set is complete (i.e. the operation processed the "last
page").lastEvaluatedKey - Primary key of the item where the scan operation stopped. Provide this
value in a subsequent scan operation to continue the operation from
that point. The LastEvaluatedKey is null when the entire
scan result set is complete (i.e. the operation processed the "last
page").public ScanResult withLastEvaluatedKey(Key lastEvaluatedKey)
LastEvaluatedKey is null when the entire
scan result set is complete (i.e. the operation processed the "last
page").
Returns a reference to this object so that method calls can be chained together.
lastEvaluatedKey - Primary key of the item where the scan operation stopped. Provide this
value in a subsequent scan operation to continue the operation from
that point. The LastEvaluatedKey is null when the entire
scan result set is complete (i.e. the operation processed the "last
page").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 ScanResult 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