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)
Table
It is recommended to use Attributes
supplementary class,
instead of a raw Map
.
put
in interface Table
attributes
- Attributes to saveAttributes
public Frame frame()
Table
public Region region()
Table
Copyright © 2012–2014 jcabi.com. All rights reserved.