Uses of Class
com.amazonaws.services.simpledb.model.DeleteAttributesRequest
Packages that use DeleteAttributesRequest
-
Uses of DeleteAttributesRequest in com.amazonaws.services.simpledb
Methods in com.amazonaws.services.simpledb with parameters of type DeleteAttributesRequestModifier and TypeMethodDescriptionAbstractAmazonSimpleDB.deleteAttributes
(DeleteAttributesRequest request) AmazonSimpleDB.deleteAttributes
(DeleteAttributesRequest deleteAttributesRequest) Deletes one or more attributes associated with an item.AmazonSimpleDBClient.deleteAttributes
(DeleteAttributesRequest deleteAttributesRequest) Deletes one or more attributes associated with an item.AbstractAmazonSimpleDBAsync.deleteAttributesAsync
(DeleteAttributesRequest request) AbstractAmazonSimpleDBAsync.deleteAttributesAsync
(DeleteAttributesRequest request, AsyncHandler<DeleteAttributesRequest, DeleteAttributesResult> asyncHandler) AmazonSimpleDBAsync.deleteAttributesAsync
(DeleteAttributesRequest deleteAttributesRequest) Deletes one or more attributes associated with an item.AmazonSimpleDBAsync.deleteAttributesAsync
(DeleteAttributesRequest deleteAttributesRequest, AsyncHandler<DeleteAttributesRequest, DeleteAttributesResult> asyncHandler) Deletes one or more attributes associated with an item.AmazonSimpleDBAsyncClient.deleteAttributesAsync
(DeleteAttributesRequest request) AmazonSimpleDBAsyncClient.deleteAttributesAsync
(DeleteAttributesRequest request, AsyncHandler<DeleteAttributesRequest, DeleteAttributesResult> asyncHandler) Method parameters in com.amazonaws.services.simpledb with type arguments of type DeleteAttributesRequestModifier and TypeMethodDescriptionAbstractAmazonSimpleDBAsync.deleteAttributesAsync
(DeleteAttributesRequest request, AsyncHandler<DeleteAttributesRequest, DeleteAttributesResult> asyncHandler) AmazonSimpleDBAsync.deleteAttributesAsync
(DeleteAttributesRequest deleteAttributesRequest, AsyncHandler<DeleteAttributesRequest, DeleteAttributesResult> asyncHandler) Deletes one or more attributes associated with an item.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 DeleteAttributesRequestModifier and TypeMethodDescriptionDeleteAttributesRequest.clone()
DeleteAttributesRequest.withAttributes
(Attribute... attributes) A list of Attributes.DeleteAttributesRequest.withAttributes
(Collection<Attribute> attributes) A list of Attributes.DeleteAttributesRequest.withDomainName
(String domainName) The name of the domain in which to perform the operation.DeleteAttributesRequest.withExpected
(UpdateCondition expected) The update condition which, if specified, determines whether the specified attributes will be deleted or not.DeleteAttributesRequest.withItemName
(String itemName) The name of the item.