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

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

Introduction

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

The text is from its open source code.

Constructor

GetAttributesRequest(String domainName, String itemName)
Constructs a new GetAttributesRequest object.
GetAttributesRequest()
Default constructor for GetAttributesRequest object.

Method

StringgetDomainName()
The name of the domain in which to perform the operation.
StringgetItemName()
The name of the item.
voidsetConsistentRead(Boolean consistentRead)
Determines whether or not strong consistency should be enforced when data is read from SimpleDB.
voidsetDomainName(String domainName)
The name of the domain in which to perform the operation.
voidsetItemName(String itemName)
The name of the item.