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

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

Introduction

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

The text is from its open source code.

Constructor

DeleteItemRequest()
Default constructor for DeleteItemRequest object.
DeleteItemRequest(String tableName, java.util.Map key)
Constructs a new DeleteItemRequest object.

Method

java.util.MapgetKey()

A map of attribute names to AttributeValue objects, representing the primary key of the item to delete.

StringgetTableName()

The name of the table from which to delete the item.

voidsetTableName(String tableName)

The name of the table from which to delete the item.