Uses of Class
com.amazonaws.services.simpledb.model.DeleteAttributesRequest

Packages that use DeleteAttributesRequest
com.amazonaws.services.simpledb Synchronous and asynchronous client classes for accessing AmazonSimpleDB. 
com.amazonaws.services.simpledb.model Classes modeling the various types represented by AmazonSimpleDB. 
 

Uses of DeleteAttributesRequest in com.amazonaws.services.simpledb
 

Methods in com.amazonaws.services.simpledb with parameters of type DeleteAttributesRequest
 void AmazonSimpleDBClient.deleteAttributes(DeleteAttributesRequest deleteAttributesRequest)
           Deletes one or more attributes associated with an item.
 void AmazonSimpleDB.deleteAttributes(DeleteAttributesRequest deleteAttributesRequest)
           Deletes one or more attributes associated with an item.
 Future<Void> AmazonSimpleDBAsyncClient.deleteAttributesAsync(DeleteAttributesRequest deleteAttributesRequest)
           Deletes one or more attributes associated with an item.
 Future<Void> AmazonSimpleDBAsync.deleteAttributesAsync(DeleteAttributesRequest deleteAttributesRequest)
           Deletes one or more attributes associated with an item.
 Future<Void> AmazonSimpleDBAsyncClient.deleteAttributesAsync(DeleteAttributesRequest deleteAttributesRequest, AsyncHandler<DeleteAttributesRequest,Void> asyncHandler)
           Deletes one or more attributes associated with an item.
 Future<Void> AmazonSimpleDBAsync.deleteAttributesAsync(DeleteAttributesRequest deleteAttributesRequest, AsyncHandler<DeleteAttributesRequest,Void> asyncHandler)
           Deletes one or more attributes associated with an item.
 

Method parameters in com.amazonaws.services.simpledb with type arguments of type DeleteAttributesRequest
 Future<Void> AmazonSimpleDBAsyncClient.deleteAttributesAsync(DeleteAttributesRequest deleteAttributesRequest, AsyncHandler<DeleteAttributesRequest,Void> asyncHandler)
           Deletes one or more attributes associated with an item.
 Future<Void> AmazonSimpleDBAsync.deleteAttributesAsync(DeleteAttributesRequest deleteAttributesRequest, AsyncHandler<DeleteAttributesRequest,Void> asyncHandler)
           Deletes one or more attributes associated with an item.
 

Uses of DeleteAttributesRequest in com.amazonaws.services.simpledb.model
 

Methods in com.amazonaws.services.simpledb.model that return DeleteAttributesRequest
 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.
 



Copyright © 2016. All rights reserved.