@Deprecated
public class DynamoDBQueryExpression
extends java.lang.Object
| コンストラクタと説明 |
|---|
DynamoDBQueryExpression(AttributeValue hashKeyValue)
非推奨です。
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
Key |
getExclusiveStartKey()
非推奨です。
Returns the exclusive start key for this query.
|
AttributeValue |
getHashKeyValue()
非推奨です。
Returns the hash key value to match.
|
java.lang.Integer |
getLimit()
非推奨です。
Returns the limit of items to return from this query.
|
Condition |
getRangeKeyCondition()
非推奨です。
Returns the range key condition for this query.
|
boolean |
isConsistentRead()
非推奨です。
Returns whether this query uses consistent reads
|
boolean |
isScanIndexForward()
非推奨です。
Returns whether this query scans forward.
|
void |
setConsistentRead(boolean consistentRead)
非推奨です。
Sets whether this query uses consistent reads.
|
void |
setExclusiveStartKey(Key exclusiveStartKey)
非推奨です。
Sets the exclusive start key for this query.
|
void |
setHashKeyValue(AttributeValue hashKeyValue)
非推奨です。
Sets the hash key value for this query to match.
|
void |
setLimit(java.lang.Integer limit)
非推奨です。
Sets the limit of items to return from this query.
|
void |
setRangeKeyCondition(Condition rangeKeyCondition)
非推奨です。
Sets the range key condition for this query.
|
void |
setScanIndexForward(boolean scanIndexForward)
非推奨です。
Sets whether this query scans forward.
|
DynamoDBQueryExpression |
withConsistentRead(boolean consistentRead)
非推奨です。
Sets whether this query uses consistent reads and returns a pointer to
this object for method-chaining.
|
DynamoDBQueryExpression |
withExclusiveStartKey(Key exclusiveStartKey)
非推奨です。
Sets the exclusive start key for this query and returns a pointer to this
object for method-chaining.
|
DynamoDBQueryExpression |
withHashKeyValue(AttributeValue hashKeyValue)
非推奨です。
Sets the hash key value for this query to match and returns a pointer to
this object for method-chaining.
|
DynamoDBQueryExpression |
withLimit(java.lang.Integer limit)
非推奨です。
Sets the limit of items to return from this query and returns a pointer to this
object for method-chaining.
|
DynamoDBQueryExpression |
withRangeKeyCondition(Condition rangeKeyCondition)
非推奨です。
Sets the range key condition for this query and returns a pointer to this
object for method-chaining.
|
DynamoDBQueryExpression |
withScanIndexForward(boolean scanIndexForward)
非推奨です。
Sets whether this query scans forward and returns a pointer to this
object for method-chaining.
|
public DynamoDBQueryExpression(AttributeValue hashKeyValue)
public boolean isConsistentRead()
public void setConsistentRead(boolean consistentRead)
public DynamoDBQueryExpression withConsistentRead(boolean consistentRead)
public boolean isScanIndexForward()
public void setScanIndexForward(boolean scanIndexForward)
public DynamoDBQueryExpression withScanIndexForward(boolean scanIndexForward)
public AttributeValue getHashKeyValue()
public void setHashKeyValue(AttributeValue hashKeyValue)
public DynamoDBQueryExpression withHashKeyValue(AttributeValue hashKeyValue)
public Condition getRangeKeyCondition()
public void setRangeKeyCondition(Condition rangeKeyCondition)
public DynamoDBQueryExpression withRangeKeyCondition(Condition rangeKeyCondition)
public Key getExclusiveStartKey()
public void setExclusiveStartKey(Key exclusiveStartKey)
public DynamoDBQueryExpression withExclusiveStartKey(Key exclusiveStartKey)
public java.lang.Integer getLimit()
public void setLimit(java.lang.Integer limit)
public DynamoDBQueryExpression withLimit(java.lang.Integer limit)