Package | Description |
---|---|
com.amazonaws.services.simpledb.model |
Modifier and Type | Method and Description |
---|---|
Item |
Item.clone() |
Item |
Item.withAlternateNameEncoding(String alternateNameEncoding) |
Item |
Item.withAttributes(Attribute... attributes)
A list of attributes.
|
Item |
Item.withAttributes(Collection<Attribute> attributes)
A list of attributes.
|
Item |
Item.withName(String name)
The name of the item.
|
Modifier and Type | Method and Description |
---|---|
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(Collection<Item> items)
A list of items that match the select expression.
|
SelectResult |
SelectResult.withItems(Collection<Item> items)
A list of items that match the select expression.
|
Copyright © 2017. All rights reserved.