Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.dynamodb.datamodeling
Class DynamoDBQueryExpression

java.lang.Object
  extended by com.amazonaws.services.dynamodb.datamodeling.DynamoDBQueryExpression

public class DynamoDBQueryExpression
extends Object


Constructor Summary
DynamoDBQueryExpression(AttributeValue hashKeyValue)
           
 
Method Summary
 AttributeValue getHashKeyValue()
           
 Condition getRangeKeyCondition()
           
 boolean isConsistentRead()
           
 boolean isScanIndexForward()
           
 void setConsistentRead(boolean consistentRead)
           
 void setHashKeyValue(AttributeValue hashKeyValue)
           
 void setRangeKeyCondition(Condition rangeKeyCondition)
           
 void setScanIndexForward(boolean scanIndexForward)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DynamoDBQueryExpression

public DynamoDBQueryExpression(AttributeValue hashKeyValue)
Method Detail

isConsistentRead

public boolean isConsistentRead()

setConsistentRead

public void setConsistentRead(boolean consistentRead)

isScanIndexForward

public boolean isScanIndexForward()

setScanIndexForward

public void setScanIndexForward(boolean scanIndexForward)

getHashKeyValue

public AttributeValue getHashKeyValue()

setHashKeyValue

public void setHashKeyValue(AttributeValue hashKeyValue)

getRangeKeyCondition

public Condition getRangeKeyCondition()

setRangeKeyCondition

public void setRangeKeyCondition(Condition rangeKeyCondition)


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.