Package | Description |
---|---|
com.jcabi.dynamo |
Amazon Dynamo DB Object Layer.
|
Modifier and Type | Method and Description |
---|---|
Attributes |
Attributes.only(Collection<String> keys)
Filter out all keys except provided ones.
|
Attributes |
Attributes.with(Map<String,com.amazonaws.services.dynamodbv2.model.AttributeValue> map)
With these attributes.
|
Attributes |
Attributes.with(String name,
com.amazonaws.services.dynamodbv2.model.AttributeValue value)
With this attribute.
|
Attributes |
Attributes.with(String name,
Object value)
With this attribute.
|
Copyright © 2012–2013 jcabi.com. All rights reserved.