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

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

Introduction

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

The text is from its open source code.

Method

ConsumedCapacitygetConsumedCapacity()

The capacity units consumed by the Scan operation.

IntegergetCount()

The number of items in the response.

java.util.List>getItems()

An array of item attributes that match the scan criteria.

java.util.MapgetLastEvaluatedKey()

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