Uses of Interface
com.jcabi.dynamo.Item
-
Packages that use Item Package Description com.jcabi.dynamo Amazon Dynamo DB Object Layer.com.jcabi.dynamo.retry Retry all AWS operations a few times. -
-
Uses of Item in com.jcabi.dynamo
Methods in com.jcabi.dynamo that return Item Modifier and Type Method Description ItemTable. put(Map<String,com.amazonaws.services.dynamodbv2.model.AttributeValue> attributes)Put new item there. -
Uses of Item in com.jcabi.dynamo.retry
Methods in com.jcabi.dynamo.retry that return Item Modifier and Type Method Description ItemReTable. put(Map<String,com.amazonaws.services.dynamodbv2.model.AttributeValue> attributes)Methods in com.jcabi.dynamo.retry that return types with arguments of type Item Modifier and Type Method Description Iterator<Item>ReFrame. iterator()Methods in com.jcabi.dynamo.retry with parameters of type Item Modifier and Type Method Description booleanReFrame. add(Item item)Method parameters in com.jcabi.dynamo.retry with type arguments of type Item Modifier and Type Method Description booleanReFrame. addAll(Collection<? extends Item> list)
-