Java com.amazonaws.services.dynamodbv2.model QueryResult fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Constructor

Method

ConsumedCapacitygetConsumedCapacity()

The capacity units consumed by the Query operation.

IntegergetCount()

The number of items in the response.

java.util.List>getItems()

An array of item attributes that match the query criteria.

java.util.MapgetLastEvaluatedKey()

The primary key of the item where the operation stopped, inclusive of the previous result set.

IntegergetScannedCount()

The number of items evaluated, before any QueryFilter is applied.

StringtoString()
Returns a string representation of this object.