Uses of Class
com.amazonaws.services.simpledb.model.Item

Packages that use Item
com.amazonaws.services.simpledb.model Classes modeling the various types represented by AmazonSimpleDB. 
 

Uses of Item in com.amazonaws.services.simpledb.model
 

Methods in com.amazonaws.services.simpledb.model that return Item
 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
 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
 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
 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.
 



Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.