Uses of Class
com.amazonaws.services.simpledb.model.DeleteAttributesResult
-
Packages that use DeleteAttributesResult Package Description com.amazonaws.services.simpledb com.amazonaws.services.simpledb.model -
-
Uses of DeleteAttributesResult in com.amazonaws.services.simpledb
Methods in com.amazonaws.services.simpledb that return DeleteAttributesResult Modifier and Type Method Description DeleteAttributesResult
AbstractAmazonSimpleDB. deleteAttributes(DeleteAttributesRequest request)
DeleteAttributesResult
AmazonSimpleDB. deleteAttributes(DeleteAttributesRequest deleteAttributesRequest)
Deletes one or more attributes associated with an item.DeleteAttributesResult
AmazonSimpleDBClient. deleteAttributes(DeleteAttributesRequest deleteAttributesRequest)
Deletes one or more attributes associated with an item.Method parameters in com.amazonaws.services.simpledb with type arguments of type DeleteAttributesResult Modifier and Type Method Description Future<DeleteAttributesResult>
AbstractAmazonSimpleDBAsync. deleteAttributesAsync(DeleteAttributesRequest request, AsyncHandler<DeleteAttributesRequest,DeleteAttributesResult> asyncHandler)
Future<DeleteAttributesResult>
AmazonSimpleDBAsync. deleteAttributesAsync(DeleteAttributesRequest deleteAttributesRequest, AsyncHandler<DeleteAttributesRequest,DeleteAttributesResult> asyncHandler)
Deletes one or more attributes associated with an item.Future<DeleteAttributesResult>
AmazonSimpleDBAsyncClient. deleteAttributesAsync(DeleteAttributesRequest request, AsyncHandler<DeleteAttributesRequest,DeleteAttributesResult> asyncHandler)
-
Uses of DeleteAttributesResult in com.amazonaws.services.simpledb.model
Methods in com.amazonaws.services.simpledb.model that return DeleteAttributesResult Modifier and Type Method Description DeleteAttributesResult
DeleteAttributesResult. clone()
-