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

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

Introduction

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

The text is from its open source code.

Constructor

BatchGetItemRequest()
Default constructor for BatchGetItemRequest object.
BatchGetItemRequest(java.util.Map requestItems)
Constructs a new BatchGetItemRequest object.

Method

BatchGetItemRequestaddRequestItemsEntry(String key, KeysAndAttributes value)
voidsetRequestItems(java.util.Map requestItems)

A map of one or more table names and, for each table, a map that describes one or more items to retrieve from that table.

BatchGetItemRequestwithRequestItems(java.util.Map requestItems)

A map of one or more table names and, for each table, a map that describes one or more items to retrieve from that table.