public class ItemRangeGroup extends Object
| Constructor and Description |
|---|
ItemRangeGroup() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,com.amazonaws.services.dynamodb.model.AttributeValue> |
getItem(String rangeKeyValue) |
Collection<Map<String,com.amazonaws.services.dynamodb.model.AttributeValue>> |
getItems(com.amazonaws.services.dynamodb.model.KeySchemaElement rangeKeyElement,
com.amazonaws.services.dynamodb.model.Condition rangeKeyCondition) |
Set<String> |
getKeySet() |
void |
putItem(String rangeKeyValue,
Map<String,com.amazonaws.services.dynamodb.model.AttributeValue> item) |
void |
removeItem(String rangeKeyValue) |
int |
size() |
public int size()
public Collection<Map<String,com.amazonaws.services.dynamodb.model.AttributeValue>> getItems(com.amazonaws.services.dynamodb.model.KeySchemaElement rangeKeyElement, com.amazonaws.services.dynamodb.model.Condition rangeKeyCondition)
public void putItem(String rangeKeyValue, Map<String,com.amazonaws.services.dynamodb.model.AttributeValue> item)
public void removeItem(String rangeKeyValue)
Copyright © 2014. All Rights Reserved.