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

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

Introduction

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

The text is from its open source code.

Constructor

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

Method

java.util.ListgetAttributes()
The list of attributes.
voidsetAttributes(java.util.Collection attributes)
The 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 updated or not.
voidsetItemName(String itemName)
The name of the item.