|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GetAttributesResult | |
|---|---|
| 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 GetAttributesResult in com.amazonaws.services.simpledb |
|---|
| Methods in com.amazonaws.services.simpledb that return GetAttributesResult | |
|---|---|
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. |
| Methods in com.amazonaws.services.simpledb that return types with arguments of type GetAttributesResult | |
|---|---|
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 GetAttributesResult in com.amazonaws.services.simpledb.model |
|---|
| Methods in com.amazonaws.services.simpledb.model that return GetAttributesResult | |
|---|---|
GetAttributesResult |
GetAttributesResult.withAttributes(Attribute... attributes)
Attributes list. |
GetAttributesResult |
GetAttributesResult.withAttributes(Collection<Attribute> attributes)
Attributes list. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||