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

Packages that use BatchPutAttributesRequest
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 BatchPutAttributesRequest in com.amazonaws.services.simpledb
 

Methods in com.amazonaws.services.simpledb with parameters of type BatchPutAttributesRequest
 void AmazonSimpleDB.batchPutAttributes(BatchPutAttributesRequest batchPutAttributesRequest)
           The BatchPutAttributes operation creates or replaces attributes within one or more items.
 void AmazonSimpleDBClient.batchPutAttributes(BatchPutAttributesRequest batchPutAttributesRequest)
           The BatchPutAttributes operation creates or replaces attributes within one or more items.
 Future<Void> AmazonSimpleDBAsync.batchPutAttributesAsync(BatchPutAttributesRequest batchPutAttributesRequest)
           The BatchPutAttributes operation creates or replaces attributes within one or more items.
 Future<Void> AmazonSimpleDBAsyncClient.batchPutAttributesAsync(BatchPutAttributesRequest batchPutAttributesRequest)
           The BatchPutAttributes operation creates or replaces attributes within one or more items.
 

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

Methods in com.amazonaws.services.simpledb.model that return BatchPutAttributesRequest
 BatchPutAttributesRequest BatchPutAttributesRequest.withDomainName(String domainName)
          The name of the domain to create.
 BatchPutAttributesRequest BatchPutAttributesRequest.withItems(Collection<ReplaceableItem> items)
          List of Items
 BatchPutAttributesRequest BatchPutAttributesRequest.withItems(ReplaceableItem... items)
          List of Items
 



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