|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GetAttributesRequest | |
|---|---|
| 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 GetAttributesRequest in com.amazonaws.services.simpledb |
|---|
| Methods in com.amazonaws.services.simpledb with parameters of type GetAttributesRequest | |
|---|---|
GetAttributesResult |
AmazonSimpleDB.getAttributes(GetAttributesRequest getAttributesRequest)
Returns all of the attributes associated with the item. |
GetAttributesResult |
AmazonSimpleDBClient.getAttributes(GetAttributesRequest getAttributesRequest)
Returns all of the attributes associated with the item. |
Future<GetAttributesResult> |
AmazonSimpleDBAsync.getAttributesAsync(GetAttributesRequest getAttributesRequest)
Returns all of the attributes associated with the item. |
Future<GetAttributesResult> |
AmazonSimpleDBAsyncClient.getAttributesAsync(GetAttributesRequest getAttributesRequest)
Returns all of the attributes associated with the item. |
| Uses of GetAttributesRequest in com.amazonaws.services.simpledb.model |
|---|
| Methods in com.amazonaws.services.simpledb.model that return GetAttributesRequest | |
|---|---|
GetAttributesRequest |
GetAttributesRequest.withAttributeNames(Collection<String> attributeNames)
The names of the attributes. |
GetAttributesRequest |
GetAttributesRequest.withAttributeNames(String... attributeNames)
The names of the attributes. |
GetAttributesRequest |
GetAttributesRequest.withConsistentRead(Boolean consistentRead)
True if strong consistency should be enforced when data is read from SimpleDB, meaning that any data previously written to SimpleDB will be returned. |
GetAttributesRequest |
GetAttributesRequest.withDomainName(String domainName)
The name of the domain in which to perform the operation. |
GetAttributesRequest |
GetAttributesRequest.withItemName(String itemName)
The name of the item. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||