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