Uses of Class
com.amazonaws.services.simpledb.model.PutAttributesResult
-
Packages that use PutAttributesResult Package Description com.amazonaws.services.simpledb com.amazonaws.services.simpledb.model -
-
Uses of PutAttributesResult in com.amazonaws.services.simpledb
Methods in com.amazonaws.services.simpledb that return PutAttributesResult Modifier and Type Method Description PutAttributesResultAbstractAmazonSimpleDB. putAttributes(PutAttributesRequest request)PutAttributesResultAmazonSimpleDB. putAttributes(PutAttributesRequest putAttributesRequest)The PutAttributes operation creates or replaces attributes in an item.PutAttributesResultAmazonSimpleDBClient. putAttributes(PutAttributesRequest putAttributesRequest)The PutAttributes operation creates or replaces attributes in an item.Method parameters in com.amazonaws.services.simpledb with type arguments of type PutAttributesResult Modifier and Type Method Description Future<PutAttributesResult>AbstractAmazonSimpleDBAsync. putAttributesAsync(PutAttributesRequest request, AsyncHandler<PutAttributesRequest,PutAttributesResult> asyncHandler)Future<PutAttributesResult>AmazonSimpleDBAsync. putAttributesAsync(PutAttributesRequest putAttributesRequest, AsyncHandler<PutAttributesRequest,PutAttributesResult> asyncHandler)The PutAttributes operation creates or replaces attributes in an item.Future<PutAttributesResult>AmazonSimpleDBAsyncClient. putAttributesAsync(PutAttributesRequest request, AsyncHandler<PutAttributesRequest,PutAttributesResult> asyncHandler) -
Uses of PutAttributesResult in com.amazonaws.services.simpledb.model
Methods in com.amazonaws.services.simpledb.model that return PutAttributesResult Modifier and Type Method Description PutAttributesResultPutAttributesResult. clone()
-