Package | Description |
---|---|
com.jcabi.dynamo |
Amazon Dynamo DB Object Layer.
|
com.jcabi.dynamo.retry |
Retry all AWS operations a few times.
|
Modifier and Type | Method and Description |
---|---|
Item |
Table.put(Map<String,com.amazonaws.services.dynamodbv2.model.AttributeValue> attributes)
Put new item there.
|
Modifier and Type | Method and Description |
---|---|
Item |
ReTable.put(Map<String,com.amazonaws.services.dynamodbv2.model.AttributeValue> attributes) |
Modifier and Type | Method and Description |
---|---|
Iterator<Item> |
ReFrame.iterator() |
Modifier and Type | Method and Description |
---|---|
boolean |
ReFrame.add(Item item) |
Modifier and Type | Method and Description |
---|---|
boolean |
ReFrame.addAll(Collection<? extends Item> list) |
Copyright © 2012–2014 jcabi.com. All rights reserved.