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

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

Introduction

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

The text is from its open source code.

Constructor

Method

java.util.ListgetItems()
A list of items that match the select expression.
StringgetNextToken()
An opaque token indicating that more items than MaxNumberOfItems were matched, the response size exceeded 1 megabyte, or the execution time exceeded 5 seconds.
voidsetNextToken(String nextToken)
An opaque token indicating that more items than MaxNumberOfItems were matched, the response size exceeded 1 megabyte, or the execution time exceeded 5 seconds.