|
||||||||||
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 specified item. |
GetAttributesResult |
AmazonSimpleDBClient.getAttributes(GetAttributesRequest getAttributesRequest)
Returns all of the attributes associated with the specified item. |
Future<GetAttributesResult> |
AmazonSimpleDBAsync.getAttributesAsync(GetAttributesRequest getAttributesRequest)
Returns all of the attributes associated with the specified item. |
Future<GetAttributesResult> |
AmazonSimpleDBAsyncClient.getAttributesAsync(GetAttributesRequest getAttributesRequest)
Returns all of the attributes associated with the specified 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)
Determines whether or not strong consistency should be enforced when data is read from SimpleDB. |
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 |