Uses of Class
com.amazonaws.services.simpledb.model.BatchPutAttributesResult
-
Packages that use BatchPutAttributesResult Package Description com.amazonaws.services.simpledb com.amazonaws.services.simpledb.model -
-
Uses of BatchPutAttributesResult in com.amazonaws.services.simpledb
Methods in com.amazonaws.services.simpledb that return BatchPutAttributesResult Modifier and Type Method Description BatchPutAttributesResultAbstractAmazonSimpleDB. batchPutAttributes(BatchPutAttributesRequest request)BatchPutAttributesResultAmazonSimpleDB. batchPutAttributes(BatchPutAttributesRequest batchPutAttributesRequest)TheBatchPutAttributesoperation creates or replaces attributes within one or more items.BatchPutAttributesResultAmazonSimpleDBClient. batchPutAttributes(BatchPutAttributesRequest batchPutAttributesRequest)TheBatchPutAttributesoperation creates or replaces attributes within one or more items.Method parameters in com.amazonaws.services.simpledb with type arguments of type BatchPutAttributesResult Modifier and Type Method Description Future<BatchPutAttributesResult>AbstractAmazonSimpleDBAsync. batchPutAttributesAsync(BatchPutAttributesRequest request, AsyncHandler<BatchPutAttributesRequest,BatchPutAttributesResult> asyncHandler)Future<BatchPutAttributesResult>AmazonSimpleDBAsync. batchPutAttributesAsync(BatchPutAttributesRequest batchPutAttributesRequest, AsyncHandler<BatchPutAttributesRequest,BatchPutAttributesResult> asyncHandler)TheBatchPutAttributesoperation creates or replaces attributes within one or more items.Future<BatchPutAttributesResult>AmazonSimpleDBAsyncClient. batchPutAttributesAsync(BatchPutAttributesRequest request, AsyncHandler<BatchPutAttributesRequest,BatchPutAttributesResult> asyncHandler) -
Uses of BatchPutAttributesResult in com.amazonaws.services.simpledb.model
Methods in com.amazonaws.services.simpledb.model that return BatchPutAttributesResult Modifier and Type Method Description BatchPutAttributesResultBatchPutAttributesResult. clone()
-