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)
          Sets the value of the AlternateNameEncoding property for this object.
 Item Item.withAttributes(Attribute... attributes)
          List of Attributes.
 Item Item.withAttributes(Collection<Attribute> attributes)
          List of Attributes.
 Item Item.withName(String name)
          Item Name.
 

Methods in com.amazonaws.services.simpledb.model that return types with arguments of type Item
 List<Item> SelectResult.getItems()
          Items that match the select expression.
 

Methods in com.amazonaws.services.simpledb.model with parameters of type Item
 SelectResult SelectResult.withItems(Item... items)
          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)
          Items that match the select expression.
 SelectResult SelectResult.withItems(Collection<Item> items)
          Items that match the select expression.
 



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