public class DynamoDBNull extends DynamoDBEntry
| Modifier and Type | Field and Description |
|---|---|
static DynamoDBNull |
NULL
Constant DynamoDBNull for the Null value.
|
| Constructor and Description |
|---|
DynamoDBNull()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
com.amazonaws.services.dynamodbv2.model.AttributeValue |
convertToAttributeValue()
Converts a
DynamoDBEntry to AttributeValue |
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
asBoolean, asByteBuffer, asDocument, asDouble, asDynamoDBList, asFloat, asInt, asLong, asNumber, asPrimitive, asPrimitiveList, asString, convertToAttributeUpdateValue, toStringpublic static final DynamoDBNull NULL
public com.amazonaws.services.dynamodbv2.model.AttributeValue convertToAttributeValue()
DynamoDBEntryDynamoDBEntry to AttributeValueconvertToAttributeValue in class DynamoDBEntryAttributeValue.public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object