Package | Description |
---|---|
com.amazonaws.services.simpledb.model | |
com.amazonaws.services.simpledb.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<Item> |
SelectResult.items
A list of items that match the select expression.
|
Modifier and Type | Method and Description |
---|---|
Item |
Item.clone() |
Item |
Item.withAlternateNameEncoding(java.lang.String alternateNameEncoding) |
Item |
Item.withAttributes(Attribute... attributes)
A list of attributes.
|
Item |
Item.withAttributes(java.util.Collection<Attribute> attributes)
A list of attributes.
|
Item |
Item.withName(java.lang.String name)
The name of the item.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Item> |
SelectResult.getItems()
A list of items that match the select expression.
|
Modifier and Type | Method and Description |
---|---|
SelectResult |
SelectResult.withItems(Item... items)
A list of items that match the select expression.
|
Modifier and Type | Method and Description |
---|---|
void |
SelectResult.setItems(java.util.Collection<Item> items)
A list of items that match the select expression.
|
SelectResult |
SelectResult.withItems(java.util.Collection<Item> items)
A list of items that match the select expression.
|
Modifier and Type | Method and Description |
---|---|
Item |
ItemStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |