Uses of Class
com.amazonaws.services.simpledb.model.DeleteAttributesRequest
-
Packages that use DeleteAttributesRequest Package Description com.amazonaws.services.simpledb com.amazonaws.services.simpledb.model -
-
Uses of DeleteAttributesRequest in com.amazonaws.services.simpledb
Method parameters in com.amazonaws.services.simpledb with type arguments of type DeleteAttributesRequest 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 DeleteAttributesRequest in com.amazonaws.services.simpledb.model
Methods in com.amazonaws.services.simpledb.model that return DeleteAttributesRequest Modifier and Type Method Description DeleteAttributesRequest
DeleteAttributesRequest. clone()
DeleteAttributesRequest
DeleteAttributesRequest. withAttributes(Attribute... attributes)
A list of Attributes.DeleteAttributesRequest
DeleteAttributesRequest. withAttributes(Collection<Attribute> attributes)
A list of Attributes.DeleteAttributesRequest
DeleteAttributesRequest. withDomainName(String domainName)
The name of the domain in which to perform the operation.DeleteAttributesRequest
DeleteAttributesRequest. withExpected(UpdateCondition expected)
The update condition which, if specified, determines whether the specified attributes will be deleted or not.DeleteAttributesRequest
DeleteAttributesRequest. withItemName(String itemName)
The name of the item.
-