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 ItemItem. clone()ItemItem. withAlternateNameEncoding(String alternateNameEncoding)ItemItem. withAttributes(Attribute... attributes)A list of attributes.ItemItem. withAttributes(Collection<Attribute> attributes)A list of attributes.ItemItem. 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 SelectResultSelectResult. 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 voidSelectResult. setItems(Collection<Item> items)A list of items that match the select expression.SelectResultSelectResult. withItems(Collection<Item> items)A list of items that match the select expression.
-