public class DynamoUtils extends Object
| Constructor and Description |
|---|
DynamoUtils() |
| Modifier and Type | Method and Description |
|---|---|
static AttributeValue |
createAttributeValue(Collection<String> collectionValue) |
static AttributeValue |
createAttributeValue(Long longValue) |
static AttributeValue |
createAttributeValue(String stringValue) |
static Long |
safeGetLong(Map<String,AttributeValue> dynamoRecord,
String key) |
static List<String> |
safeGetSS(Map<String,AttributeValue> dynamoRecord,
String key) |
static String |
safeGetString(Map<String,AttributeValue> dynamoRecord,
String key) |
public static AttributeValue createAttributeValue(Collection<String> collectionValue)
public static AttributeValue createAttributeValue(String stringValue)
public static AttributeValue createAttributeValue(Long longValue)
public static String safeGetString(Map<String,AttributeValue> dynamoRecord, String key)