Java com.amazonaws.services.simpledb.model Item fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Constructor

Item(String name, java.util.List attributes)
Constructs a new Item object.

Method

java.util.ListgetAttributes()
A list of attributes.
StringgetName()
The name of the item.