Java com.amazonaws.services.simpledb.model SelectRequest fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.simpledb.model SelectRequest fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.simpledb.model SelectRequest.

The text is from its open source code.

Constructor

SelectRequest(String selectExpression)
Constructs a new SelectRequest object.
SelectRequest(String selectExpression, Boolean consistentRead)
Constructs a new SelectRequest object.
SelectRequest()
Default constructor for SelectRequest object.

Method

StringgetNextToken()
A string informing Amazon SimpleDB where to start the next list of ItemNames.
StringgetSelectExpression()
The expression used to query the domain.
voidsetConsistentRead(Boolean consistentRead)
Determines whether or not strong consistency should be enforced when data is read from SimpleDB.
voidsetNextToken(String nextToken)
A string informing Amazon SimpleDB where to start the next list of ItemNames.
voidsetSelectExpression(String selectExpression)
The expression used to query the domain.
SelectRequestwithNextToken(String nextToken)
A string informing Amazon SimpleDB where to start the next list of ItemNames.