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

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

Introduction

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

The text is from its open source code.

Constructor

PutRequest()
Default constructor for PutRequest object.
PutRequest(java.util.Map item)
Constructs a new PutRequest object.

Method

PutRequestaddItemEntry(String key, AttributeValue value)
java.util.MapgetItem()

A map of attribute name to attribute values, representing the primary key of an item to be processed by PutItem.

voidsetItem(java.util.Map item)

A map of attribute name to attribute values, representing the primary key of an item to be processed by PutItem.