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

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

Introduction

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

The text is from its open source code.

Method

java.util.ListgetConsumedCapacity()

The read capacity units consumed by the entire BatchGetItem operation.

java.util.Map>>getResponses()

A map of table name to a list of items.

java.util.MapgetUnprocessedKeys()

A map of tables and their respective keys that were not processed with the current response.