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

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

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

Methods in com.amazonaws.services.simpledb.model that return ReplaceableAttribute
 ReplaceableAttribute ReplaceableAttribute.withName(String name)
          Attribute Name.
 ReplaceableAttribute ReplaceableAttribute.withReplace(Boolean replace)
          Flag to specify whether to replace the Attribute/Value or to add a new Attribute/Value.
 ReplaceableAttribute ReplaceableAttribute.withValue(String value)
          Attribute Value.
 

Methods in com.amazonaws.services.simpledb.model that return types with arguments of type ReplaceableAttribute
 List<ReplaceableAttribute> PutAttributesRequest.getAttributes()
          List of attributes.
 List<ReplaceableAttribute> ReplaceableItem.getAttributes()
          List of Replaceable Attributes.
 

Methods in com.amazonaws.services.simpledb.model with parameters of type ReplaceableAttribute
 PutAttributesRequest PutAttributesRequest.withAttributes(ReplaceableAttribute... attributes)
          List of attributes.
 ReplaceableItem ReplaceableItem.withAttributes(ReplaceableAttribute... attributes)
          List of Replaceable Attributes.
 

Method parameters in com.amazonaws.services.simpledb.model with type arguments of type ReplaceableAttribute
 void PutAttributesRequest.setAttributes(Collection<ReplaceableAttribute> attributes)
          List of attributes.
 void ReplaceableItem.setAttributes(Collection<ReplaceableAttribute> attributes)
          List of Replaceable Attributes.
 PutAttributesRequest PutAttributesRequest.withAttributes(Collection<ReplaceableAttribute> attributes)
          List of attributes.
 ReplaceableItem ReplaceableItem.withAttributes(Collection<ReplaceableAttribute> attributes)
          List of Replaceable Attributes.
 

Constructor parameters in com.amazonaws.services.simpledb.model with type arguments of type ReplaceableAttribute
PutAttributesRequest(String domainName, String itemName, List<ReplaceableAttribute> attributes)
          Constructs a new PutAttributesRequest object and initializes the specified object members.
 



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