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

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

Introduction

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

The text is from its open source code.

Constructor

ReplaceableItem(String name)
Constructs a new ReplaceableItem object.
ReplaceableItem(String name, java.util.List attributes)
Constructs a new ReplaceableItem object.
ReplaceableItem()
Default constructor for ReplaceableItem object.

Method

java.util.ListgetAttributes()
The list of attributes for a replaceable item.
StringgetName()
The name of the replaceable item.
voidsetAttributes(java.util.Collection attributes)
The list of attributes for a replaceable item.
ReplaceableItemwithAttributes(ReplaceableAttribute... attributes)
The list of attributes for a replaceable item.
ReplaceableItemwithAttributes(java.util.Collection attributes)
The list of attributes for a replaceable item.