Uses of Class
com.amazonaws.services.simpledb.model.Item
-
Packages that use Item Package Description com.amazonaws.services.simpledb.model -
-
Uses of Item in com.amazonaws.services.simpledb.model
Methods in com.amazonaws.services.simpledb.model that return Item Modifier and Type Method Description Item
Item. clone()
Item
Item. withAlternateNameEncoding(String alternateNameEncoding)
Item
Item. withAttributes(Attribute... attributes)
A list of attributes.Item
Item. withAttributes(Collection<Attribute> attributes)
A list of attributes.Item
Item. withName(String name)
The name of the item.Methods in com.amazonaws.services.simpledb.model that return types with arguments of type Item Modifier and Type Method Description List<Item>
SelectResult. getItems()
A list of items that match the select expression.Methods in com.amazonaws.services.simpledb.model with parameters of type Item Modifier and Type Method Description SelectResult
SelectResult. withItems(Item... items)
A list of items that match the select expression.Method parameters in com.amazonaws.services.simpledb.model with type arguments of type Item Modifier and Type Method Description void
SelectResult. setItems(Collection<Item> items)
A list of items that match the select expression.SelectResult
SelectResult. withItems(Collection<Item> items)
A list of items that match the select expression.
-