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 BatchPutAttributesResult
AbstractAmazonSimpleDB. batchPutAttributes(BatchPutAttributesRequest request)
BatchPutAttributesResult
AmazonSimpleDB. batchPutAttributes(BatchPutAttributesRequest batchPutAttributesRequest)
TheBatchPutAttributes
operation creates or replaces attributes within one or more items.BatchPutAttributesResult
AmazonSimpleDBClient. batchPutAttributes(BatchPutAttributesRequest batchPutAttributesRequest)
TheBatchPutAttributes
operation 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)
TheBatchPutAttributes
operation 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 BatchPutAttributesResult
BatchPutAttributesResult. clone()
-