| Modifier and Type | Method and Description |
|---|---|
Frame |
frame()
Make a new frame, in order to retrieve items.
|
String |
name()
Get real table name.
|
Item |
put(Map<String,com.amazonaws.services.dynamodbv2.model.AttributeValue> attributes)
Put new item there.
|
Region |
region()
Get back to the entire region.
|
public ReTable(Table table)
table - Origin table@RetryOnFailure(verbose=false, delay=5L, unit=SECONDS) public Item put(@NotNull Map<String,com.amazonaws.services.dynamodbv2.model.AttributeValue> attributes)
TableIt is recommended to use Attributes supplementary class,
instead of a raw Map.
put in interface Tableattributes - Attributes to saveAttributespublic Frame frame()
Tablepublic Region region()
TableCopyright © 2012–2014 jcabi.com. All rights reserved.