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 DeleteAttributesRequestDeleteAttributesRequest. clone()DeleteAttributesRequestDeleteAttributesRequest. withAttributes(Attribute... attributes)A list of Attributes.DeleteAttributesRequestDeleteAttributesRequest. withAttributes(Collection<Attribute> attributes)A list of Attributes.DeleteAttributesRequestDeleteAttributesRequest. withDomainName(String domainName)The name of the domain in which to perform the operation.DeleteAttributesRequestDeleteAttributesRequest. withExpected(UpdateCondition expected)The update condition which, if specified, determines whether the specified attributes will be deleted or not.DeleteAttributesRequestDeleteAttributesRequest. withItemName(String itemName)The name of the item.
-