@Deprecated public class DynamoDBQueryExpression extends Object
Constructor and Description |
---|
DynamoDBQueryExpression(AttributeValue hashKeyValue)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Key |
getExclusiveStartKey()
Deprecated.
Returns the exclusive start key for this query.
|
AttributeValue |
getHashKeyValue()
Deprecated.
Returns the hash key value to match.
|
Integer |
getLimit()
Deprecated.
Returns the limit of items to return from this query.
|
Condition |
getRangeKeyCondition()
Deprecated.
Returns the range key condition for this query.
|
boolean |
isConsistentRead()
Deprecated.
Returns whether this query uses consistent reads
|
boolean |
isScanIndexForward()
Deprecated.
Returns whether this query scans forward.
|
void |
setConsistentRead(boolean consistentRead)
Deprecated.
Sets whether this query uses consistent reads.
|
void |
setExclusiveStartKey(Key exclusiveStartKey)
Deprecated.
Sets the exclusive start key for this query.
|
void |
setHashKeyValue(AttributeValue hashKeyValue)
Deprecated.
Sets the hash key value for this query to match.
|
void |
setLimit(Integer limit)
Deprecated.
Sets the limit of items to return from this query.
|
void |
setRangeKeyCondition(Condition rangeKeyCondition)
Deprecated.
Sets the range key condition for this query.
|
void |
setScanIndexForward(boolean scanIndexForward)
Deprecated.
Sets whether this query scans forward.
|
DynamoDBQueryExpression |
withConsistentRead(boolean consistentRead)
Deprecated.
Sets whether this query uses consistent reads and returns a pointer to
this object for method-chaining.
|
DynamoDBQueryExpression |
withExclusiveStartKey(Key exclusiveStartKey)
Deprecated.
Sets the exclusive start key for this query and returns a pointer to this
object for method-chaining.
|
DynamoDBQueryExpression |
withHashKeyValue(AttributeValue hashKeyValue)
Deprecated.
Sets the hash key value for this query to match and returns a pointer to
this object for method-chaining.
|
DynamoDBQueryExpression |
withLimit(Integer limit)
Deprecated.
Sets the limit of items to return from this query and returns a pointer to this
object for method-chaining.
|
DynamoDBQueryExpression |
withRangeKeyCondition(Condition rangeKeyCondition)
Deprecated.
Sets the range key condition for this query and returns a pointer to this
object for method-chaining.
|
DynamoDBQueryExpression |
withScanIndexForward(boolean scanIndexForward)
Deprecated.
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 Integer getLimit()
public void setLimit(Integer limit)
public DynamoDBQueryExpression withLimit(Integer limit)
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.