Java com.amazonaws.services.simpledb.model DeleteAttributesRequest fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.simpledb.model DeleteAttributesRequest fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.simpledb.model DeleteAttributesRequest.

The text is from its open source code.

Constructor

DeleteAttributesRequest(String domainName, String itemName)
Constructs a new DeleteAttributesRequest object.
DeleteAttributesRequest(String domainName, String itemName, java.util.List attributes)
Constructs a new DeleteAttributesRequest object.
DeleteAttributesRequest()
Default constructor for DeleteAttributesRequest object.
DeleteAttributesRequest(String domainName, String itemName, java.util.List attributes, UpdateCondition expected)
Constructs a new DeleteAttributesRequest object.

Method

StringgetDomainName()
The name of the domain in which to perform the operation.
voidsetAttributes(java.util.Collection attributes)
A list of Attributes.
voidsetDomainName(String domainName)
The name of the domain in which to perform the operation.
voidsetExpected(UpdateCondition expected)
The update condition which, if specified, determines whether the specified attributes will be deleted or not.
voidsetItemName(String itemName)
The name of the item.