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

Packages that use DeleteAttributesRequest
com.amazonaws.services.simpledb Synchronous and asynchronous client classes for accessing AmazonSimpleDB. 
com.amazonaws.services.simpledb.model Classes modeling the various types represented by AmazonSimpleDB. 
 

Uses of DeleteAttributesRequest in com.amazonaws.services.simpledb
 

Methods in com.amazonaws.services.simpledb with parameters of type DeleteAttributesRequest
 void AmazonSimpleDB.deleteAttributes(DeleteAttributesRequest deleteAttributesRequest)
           Deletes one or more attributes associated with an item.
 void AmazonSimpleDBClient.deleteAttributes(DeleteAttributesRequest deleteAttributesRequest)
           Deletes one or more attributes associated with an item.
 Future<Void> AmazonSimpleDBAsync.deleteAttributesAsync(DeleteAttributesRequest deleteAttributesRequest)
           Deletes one or more attributes associated with an item.
 Future<Void> AmazonSimpleDBAsyncClient.deleteAttributesAsync(DeleteAttributesRequest deleteAttributesRequest)
           Deletes one or more attributes associated with an item.
 

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

Methods in com.amazonaws.services.simpledb.model that return DeleteAttributesRequest
 DeleteAttributesRequest DeleteAttributesRequest.withAttributes(Attribute... attributes)
          A list of Attributes.
 DeleteAttributesRequest DeleteAttributesRequest.withAttributes(Collection<Attribute> attributes)
          A list of Attributes.
 DeleteAttributesRequest DeleteAttributesRequest.withDomainName(String domainName)
          The name of the domain in which to perform the operation.
 DeleteAttributesRequest DeleteAttributesRequest.withExpected(UpdateCondition expected)
          The update condition which, if specified, determines whether the specified attributes will be deleted or not.
 DeleteAttributesRequest DeleteAttributesRequest.withItemName(String itemName)
          The name of the item.
 



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