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 AmazonSimpleDBClient.batchPutAttributes(BatchPutAttributesRequest batchPutAttributesRequest)
           The BatchPutAttributes operation creates or replaces attributes within one or more items.
 void AmazonSimpleDB.batchPutAttributes(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.
 Future<Void> AmazonSimpleDBAsync.batchPutAttributesAsync(BatchPutAttributesRequest batchPutAttributesRequest)
           The BatchPutAttributes operation creates or replaces attributes within one or more items.
 Future<Void> AmazonSimpleDBAsyncClient.batchPutAttributesAsync(BatchPutAttributesRequest batchPutAttributesRequest, AsyncHandler<BatchPutAttributesRequest,Void> asyncHandler)
           The BatchPutAttributes operation creates or replaces attributes within one or more items.
 Future<Void> AmazonSimpleDBAsync.batchPutAttributesAsync(BatchPutAttributesRequest batchPutAttributesRequest, AsyncHandler<BatchPutAttributesRequest,Void> asyncHandler)
           The BatchPutAttributes operation creates or replaces attributes within one or more items.
 

Method parameters in com.amazonaws.services.simpledb with type arguments of type BatchPutAttributesRequest
 Future<Void> AmazonSimpleDBAsyncClient.batchPutAttributesAsync(BatchPutAttributesRequest batchPutAttributesRequest, AsyncHandler<BatchPutAttributesRequest,Void> asyncHandler)
           The BatchPutAttributes operation creates or replaces attributes within one or more items.
 Future<Void> AmazonSimpleDBAsync.batchPutAttributesAsync(BatchPutAttributesRequest batchPutAttributesRequest, AsyncHandler<BatchPutAttributesRequest,Void> asyncHandler)
           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 in which the attributes are being stored.
 BatchPutAttributesRequest BatchPutAttributesRequest.withItems(Collection<ReplaceableItem> items)
          A list of items on which to perform the operation.
 BatchPutAttributesRequest BatchPutAttributesRequest.withItems(ReplaceableItem... items)
          A list of items on which to perform the operation.
 



Copyright © 2016. All rights reserved.